Skip to content

Commit

Permalink
update: [MySQL] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed May 18, 2024
1 parent 2cbd269 commit c2fa420
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions data/variables/mysql-innodb-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@
"to": 4294967295
},
"scope": [
"global",
"session"
],
"type": "integer"
Expand All @@ -651,7 +650,6 @@
"to": 64
},
"scope": [
"global",
"session"
],
"type": "integer"
Expand Down
2 changes: 0 additions & 2 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -40811,7 +40811,6 @@
"to": 4294967295
},
"scope": [
"global",
"session"
],
"type": "integer",
Expand Down Expand Up @@ -40848,7 +40847,6 @@
"to": 64
},
"scope": [
"global",
"session"
],
"type": "integer",
Expand Down
4 changes: 2 additions & 2 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -33270,7 +33270,7 @@
|Name|`innodb_ddl_buffer_size`|
|Command line|`--innodb-ddl-buffer-size=#`|
|Type of variable|`integer`|
|Scope|`global`, `session`|
|Scope|`session`|
|Default value|`1048576`|
|Dynamic|`true`|
|Range|from: `65536` to: `4294967295`|
Expand Down Expand Up @@ -33301,7 +33301,7 @@
|Name|`innodb_ddl_threads`|
|Command line|`--innodb-ddl-threads=#`|
|Type of variable|`integer`|
|Scope|`global`, `session`|
|Scope|`session`|
|Default value|`4`|
|Dynamic|`true`|
|Range|from: `1` to: `64`|
Expand Down
2 changes: 0 additions & 2 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -30233,7 +30233,6 @@
"to": 4294967295
},
"scope": [
"global",
"session"
],
"type": "integer",
Expand Down Expand Up @@ -30264,7 +30263,6 @@
"to": 64
},
"scope": [
"global",
"session"
],
"type": "integer",
Expand Down

0 comments on commit c2fa420

Please sign in to comment.