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 Oct 22, 2022
1 parent a637d2e commit d05a0f4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/mariadb-xtradbinnodb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
},
{
"cli": "--innodb-compression-algorithm=value",
"default": "zlib (>= MariaDB 10.2.4, MariaDB 10.1.22), none (<= MariaDB 10.2.3, MariaDB 10.1.21)",
"default": "zlib",
"dynamic": true,
"id": "innodb_compression_algorithm",
"name": "innodb_compression_algorithm",
Expand Down
4 changes: 2 additions & 2 deletions data/mysql-replication-options-replica.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"name": "relay_log_space_limit",
"range": {
"from": 0,
"to": 4294967295
"to": 18446744073709552000
},
"scope": [
"global"
Expand Down Expand Up @@ -329,7 +329,7 @@
"name": "relay_log_space_limit",
"range": {
"from": 0,
"to": 4294967295
"to": 18446744073709552000
},
"scope": [
"global"
Expand Down
4 changes: 2 additions & 2 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -11750,7 +11750,7 @@
"name": "relay_log_space_limit",
"range": {
"from": 0,
"to": 4294967295
"to": 1.8446744073709552e+19
},
"scope": [
"global"
Expand Down Expand Up @@ -33009,7 +33009,7 @@
},
"innodb_compression_algorithm": {
"cli": "--innodb-compression-algorithm=value",
"default": "zlib (>= MariaDB 10.2.4, MariaDB 10.1.22), none (<= MariaDB 10.2.3, MariaDB 10.1.21)",
"default": "zlib",
"dynamic": true,
"name": "innodb_compression_algorithm",
"scope": [
Expand Down
4 changes: 2 additions & 2 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -9908,7 +9908,7 @@
|Scope|`global`|
|Default value|`0`|
|Dynamic|`false`|
|Range|from: `0` to: `4294967295`|
|Range|from: `0` to: `1.844674407371E+19`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -27941,7 +27941,7 @@
|Command line|`--innodb-compression-algorithm=value`|
|Type of variable|`enumeration`|
|Scope|`global`|
|Default value|`zlib (>= MariaDB 10.2.4, MariaDB 10.1.22), none (<= MariaDB 10.2.3, MariaDB 10.1.21)`|
|Default value|`zlib`|
|Dynamic|`true`|
|Valid value(s)|`none`, `zlib`, `lz4`, `lzo`, `lzma`, `bzip2`, `snappy`|

Expand Down
4 changes: 2 additions & 2 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -9311,7 +9311,7 @@
"name": "relay_log_space_limit",
"range": {
"from": 0,
"to": 4294967295
"to": 1.8446744073709552e+19
},
"scope": [
"global"
Expand Down Expand Up @@ -25668,7 +25668,7 @@
},
"innodb_compression_algorithm": {
"cli": "--innodb-compression-algorithm=value",
"default": "zlib (>= MariaDB 10.2.4, MariaDB 10.1.22), none (<= MariaDB 10.2.3, MariaDB 10.1.21)",
"default": "zlib",
"dynamic": true,
"name": "innodb_compression_algorithm",
"scope": [
Expand Down

0 comments on commit d05a0f4

Please sign in to comment.