Skip to content

Commit

Permalink
update: [MariaDB] && [MySQL] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Feb 26, 2022
1 parent 7bef047 commit 8ed4c82
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions data/mariadb-xtradbinnodb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,13 @@
},
{
"cli": "--innodb-buffer-pool-chunk-size=#",
"default": "134217728",
"default": "autosize (0), resulting in innodb_buffer_pool_size/64, if large_pages round down to multiple of largest page size, with 1MiB minimum (>= MariaDB 10.8.1), 134217728 (<= MariaDB 10.8.0)",
"dynamic": false,
"id": "innodb_buffer_pool_chunk_size",
"name": "innodb_buffer_pool_chunk_size",
"range": {
"from": 0,
"to": 18446744073709552000
"to": 1048576
},
"scope": [
"global"
Expand Down
2 changes: 1 addition & 1 deletion data/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@
"id": "sysvar_key_buffer_size",
"name": "key_buffer_size",
"range": {
"from": 8
"from": 0
},
"scope": [
"global"
Expand Down
5 changes: 0 additions & 5 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3661,10 +3661,6 @@
"cli": "--key-buffer-size=#",
"dynamic": true,
"name": "key_buffer_size",
"range": {
"from": 8,
"to": "upwards"
},
"scope": [
"global"
],
Expand Down Expand Up @@ -28764,7 +28760,6 @@
},
"innodb_buffer_pool_chunk_size": {
"cli": "--innodb-buffer-pool-chunk-size=#",
"default": "134217728",
"dynamic": false,
"name": "innodb_buffer_pool_chunk_size",
"scope": [
Expand Down
2 changes: 0 additions & 2 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -3254,7 +3254,6 @@
|Type of variable|`integer`|
|Scope|`global`|
|Dynamic|`true`|
|Range|from: `8` to: `upwards`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -24421,7 +24420,6 @@
|Command line|`--innodb-buffer-pool-chunk-size=#`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`134217728`|
|Dynamic|`false`|

### Documentation(s)
Expand Down
5 changes: 0 additions & 5 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -2938,10 +2938,6 @@
"cli": "--key-buffer-size=#",
"dynamic": true,
"name": "key_buffer_size",
"range": {
"from": 8,
"to": "upwards"
},
"scope": [
"global"
],
Expand Down Expand Up @@ -22260,7 +22256,6 @@
},
"innodb_buffer_pool_chunk_size": {
"cli": "--innodb-buffer-pool-chunk-size=#",
"default": "134217728",
"dynamic": false,
"name": "innodb_buffer_pool_chunk_size",
"scope": [
Expand Down

0 comments on commit 8ed4c82

Please sign in to comment.