Skip to content

Commit

Permalink
update: [MariaDB] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Sep 1, 2022
1 parent e4f6a92 commit f4ff905
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 26 deletions.
22 changes: 11 additions & 11 deletions data/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@
},
{
"cli": "--max-allowed-packet=#",
"default": "16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) >= MariaDB 10.1.7, 1073741824 (1GB) (client-side)",
"default": "16777216 (16M), 1073741824 (1GB) (client-side)",
"dynamic": false,
"id": "max_allowed_packet",
"name": "max_allowed_packet",
Expand Down Expand Up @@ -1632,7 +1632,7 @@
},
{
"cli": "--max-long-data-size=#",
"default": "16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) <= MariaDB 10.2.3, >= MariaDB 10.1.7, 1048576 (1M) <= MariaDB 10.1.6",
"default": "16777216 (16M)",
"dynamic": false,
"id": "max_long_data_size",
"name": "max_long_data_size",
Expand Down Expand Up @@ -2362,7 +2362,7 @@
},
{
"cli": "--query-alloc-block-size=#",
"default": "16384 (from MariaDB 10.1.2), 8192 (before MariaDB 10.1.2)",
"default": "16384",
"dynamic": true,
"id": "query_alloc_block_size",
"name": "query_alloc_block_size",
Expand Down Expand Up @@ -2400,7 +2400,7 @@
},
{
"cli": "--query-cache-size=#",
"default": "1M (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6) (although frequently given a default value in some setups)",
"default": "1M (although frequently given a default value in some setups)",
"dynamic": true,
"id": "query_cache_size",
"name": "query_cache_size",
Expand All @@ -2426,7 +2426,7 @@
},
{
"cli": "--query-cache-type=#",
"default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)",
"default": "OFF",
"dynamic": true,
"id": "query_cache_type",
"name": "query_cache_type",
Expand Down Expand Up @@ -2458,7 +2458,7 @@
},
{
"cli": "--query-prealloc-size=#",
"default": "24576 (from MariaDB 10.1.2) 8192 (before MariaDB 10.1.2)",
"default": "24576",
"dynamic": true,
"id": "query_prealloc_size",
"name": "query_prealloc_size",
Expand Down Expand Up @@ -2588,7 +2588,7 @@
},
{
"cli": "--secure-auth",
"default": "ON (>= MariaDB 10.1.7), OFF (<= MariaDB 10.1.6)",
"default": "ON",
"dynamic": true,
"id": "secure_auth",
"name": "secure_auth",
Expand Down Expand Up @@ -2879,7 +2879,7 @@
},
{
"cli": "--sql-mode=value[,value[,value...]]",
"default": "STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION (>= MariaDB 10.2.4), NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION (>= MariaDB 10.1.7), (empty string) (<= MariaDB 10.1.6)",
"default": "STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION",
"dynamic": true,
"id": "sql_mode",
"name": "sql_mode",
Expand Down Expand Up @@ -3040,7 +3040,7 @@
},
{
"cli": "--table-open-cache=#",
"default": "2000 (>= MariaDB 10.1.7), 400 (<= MariaDB 10.1.6)",
"default": "2000",
"dynamic": true,
"id": "table_open_cache",
"name": "table_open_cache",
Expand Down Expand Up @@ -3129,7 +3129,7 @@
},
{
"cli": "--thread-cache-size=#",
"default": "0 (<= MariaDB 10.1), 256 (from MariaDB 10.2.0)",
"default": "256 (adjusted if thread pool is active)",
"dynamic": true,
"id": "thread_cache_size",
"name": "thread_cache_size",
Expand Down Expand Up @@ -3159,7 +3159,7 @@
},
{
"cli": "--thread-stack=#",
"default": "299008 (MariaDB 10.2.5), 297984 (MariaDB 10.2.1), 296960 (MariaDB 10.2.0), 295936 (MariaDB 10.1)",
"default": "299008",
"dynamic": false,
"id": "thread_stack",
"name": "thread_stack",
Expand Down
9 changes: 4 additions & 5 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -20840,7 +20840,7 @@
},
"max_long_data_size": {
"cli": "--max-long-data-size=#",
"default": "16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) <= MariaDB 10.2.3, >= MariaDB 10.1.7, 1048576 (1M) <= MariaDB 10.1.6",
"default": "16777216 (16M)",
"dynamic": false,
"name": "max_long_data_size",
"range": {
Expand Down Expand Up @@ -21936,7 +21936,7 @@
},
"query_cache_size": {
"cli": "--query-cache-size=#",
"default": "1M (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6) (although frequently given a default value in some setups)",
"default": "1M (although frequently given a default value in some setups)",
"dynamic": true,
"name": "query_cache_size",
"scope": [
Expand Down Expand Up @@ -21972,7 +21972,7 @@
},
"query_cache_type": {
"cli": "--query-cache-type=#",
"default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)",
"default": "OFF",
"dynamic": true,
"name": "query_cache_type",
"scope": [
Expand Down Expand Up @@ -22216,7 +22216,7 @@
},
"secure_auth": {
"cli": "--secure-auth",
"default": "ON (>= MariaDB 10.1.7), OFF (<= MariaDB 10.1.6)",
"default": "ON",
"dynamic": true,
"name": "secure_auth",
"scope": [
Expand Down Expand Up @@ -23142,7 +23142,6 @@
},
"thread_cache_size": {
"cli": "--thread-cache-size=#",
"default": "(-1 signifies autosizing; do not use -1)",
"dynamic": true,
"name": "thread_cache_size",
"range": {
Expand Down
9 changes: 4 additions & 5 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -17471,7 +17471,7 @@
|Command line|`--max-long-data-size=#`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) <= MariaDB 10.2.3, >= MariaDB 10.1.7, 1048576 (1M) <= MariaDB 10.1.6`|
|Default value|`16777216 (16M)`|
|Dynamic|`false`|
|Range|from: `1024` to: `4294967295`|

Expand Down Expand Up @@ -18296,7 +18296,7 @@
|Command line|`--query-cache-size=#`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`1M (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6) (although frequently given a default value in some setups)`|
|Default value|`1M (although frequently given a default value in some setups)`|
|Dynamic|`true`|
|Valid value(s)|`0`|

Expand Down Expand Up @@ -18327,7 +18327,7 @@
|Command line|`--query-cache-type=#`|
|Type of variable|`enumeration`|
|Scope|`global`, `session`|
|Default value|`OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)`|
|Default value|`OFF`|
|Dynamic|`true`|
|Valid value(s)|`0`, `OFF`, `1`, `ON`, `2`, `DEMAND`|

Expand Down Expand Up @@ -18519,7 +18519,7 @@
|Command line|`--secure-auth`|
|Type of variable|`boolean`|
|Scope|`global`|
|Default value|`ON (>= MariaDB 10.1.7), OFF (<= MariaDB 10.1.6)`|
|Default value|`ON`|
|Dynamic|`true`|

### Documentation(s)
Expand Down Expand Up @@ -19247,7 +19247,6 @@
|Command line|`--thread-cache-size=#`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`(-1 signifies autosizing; do not use -1)`|
|Dynamic|`true`|
|Range|from: `0` to: `16384`|

Expand Down
9 changes: 4 additions & 5 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -16271,7 +16271,7 @@
},
"max_long_data_size": {
"cli": "--max-long-data-size=#",
"default": "16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) <= MariaDB 10.2.3, >= MariaDB 10.1.7, 1048576 (1M) <= MariaDB 10.1.6",
"default": "16777216 (16M)",
"dynamic": false,
"name": "max_long_data_size",
"range": {
Expand Down Expand Up @@ -17112,7 +17112,7 @@
},
"query_cache_size": {
"cli": "--query-cache-size=#",
"default": "1M (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6) (although frequently given a default value in some setups)",
"default": "1M (although frequently given a default value in some setups)",
"dynamic": true,
"name": "query_cache_size",
"scope": [
Expand Down Expand Up @@ -17142,7 +17142,7 @@
},
"query_cache_type": {
"cli": "--query-cache-type=#",
"default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)",
"default": "OFF",
"dynamic": true,
"name": "query_cache_type",
"scope": [
Expand Down Expand Up @@ -17326,7 +17326,7 @@
},
"secure_auth": {
"cli": "--secure-auth",
"default": "ON (>= MariaDB 10.1.7), OFF (<= MariaDB 10.1.6)",
"default": "ON",
"dynamic": true,
"name": "secure_auth",
"scope": [
Expand Down Expand Up @@ -18006,7 +18006,6 @@
},
"thread_cache_size": {
"cli": "--thread-cache-size=#",
"default": "(-1 signifies autosizing; do not use -1)",
"dynamic": true,
"name": "thread_cache_size",
"range": {
Expand Down

0 comments on commit f4ff905

Please sign in to comment.