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 4, 2024
1 parent e597c4e commit 2cbd269
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/variables/mysql-innodb-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
"id": "sysvar_innodb_doublewrite_files",
"name": "innodb_doublewrite_files",
"range": {
"from": 2,
"from": 1,
"to": 256
},
"scope": [
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -40932,7 +40932,7 @@
"dynamic": false,
"name": "innodb_doublewrite_files",
"range": {
"from": 2,
"from": 1,
"to": 256
},
"scope": [
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -33380,7 +33380,7 @@
|Scope|`global`|
|Default value|`innodb_buffer_pool_instances * 2`|
|Dynamic|`false`|
|Range|from: `2` to: `256`|
|Range|from: `1` to: `256`|

### Documentation(s)
|source|anchor name|
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -30333,7 +30333,7 @@
"dynamic": false,
"name": "innodb_doublewrite_files",
"range": {
"from": 2,
"from": 1,
"to": 256
},
"scope": [
Expand Down

0 comments on commit 2cbd269

Please sign in to comment.