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 Aug 3, 2024
1 parent 367d255 commit 4c52ff7
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 deletions.
24 changes: 13 additions & 11 deletions data/variables/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
},
{
"cli": "-#, --debug[=debug_options]",
"default": "<= MariaDB 10.4: d:t:i:o,/tmp/mysqld.trace (Unix) or d:t:i:O,\\mysqld.trace (Windows), >= MariaDB 10.5: d:t:i:o,/tmp/mariadbd.trace (Unix) or d:t:i:O,\\mariadbd.trace (Windows)",
"default": ">= MariaDB 10.5: d:t:i:o,/tmp/mariadbd.trace (Unix) or d:t:i:O,\\mariadbd.trace (Windows)",
"dynamic": true,
"id": "debugdebug_dbug",
"name": "debug/debug_dbug",
Expand Down Expand Up @@ -645,7 +645,7 @@
},
{
"cli": "--eq-range-index-dive-limit=#",
"default": "200 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)",
"default": "200",
"dynamic": true,
"id": "eq_range_index_dive_limit",
"name": "eq_range_index_dive_limit",
Expand Down Expand Up @@ -951,7 +951,7 @@
},
{
"cli": "--histogram-size=#",
"default": "254 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)",
"default": "254",
"dynamic": true,
"id": "histogram_size",
"name": "histogram_size",
Expand All @@ -967,7 +967,7 @@
},
{
"cli": "--histogram-type=value",
"default": "JSON_HB (>= MariaDB 11.0), DOUBLE_PREC_HB (<= MariaDB 10.11, >= MariaDB 10.4.3), SINGLE_PREC_HB(<= MariaDB 10.4.2)",
"default": "JSON_HB (>= MariaDB 11.0), DOUBLE_PREC_HB (<= MariaDB 10.11, >= MariaDB 10.4.3)",
"dynamic": true,
"id": "histogram_type",
"name": "histogram_type",
Expand Down Expand Up @@ -1825,7 +1825,8 @@
"id": "max_prepared_stmt_count",
"name": "max_prepared_stmt_count",
"range": {
"from": 0
"from": 0,
"to": 4294967295
},
"scope": [
"global"
Expand Down Expand Up @@ -2162,7 +2163,7 @@
},
{
"cli": "--old-alter-table",
"default": "See alter_algorithm (>= MariaDB 10.3.7), 0 (<= MariaDB 10.3.6)",
"default": "See alter_algorithm",
"dynamic": true,
"id": "old_alter_table",
"name": "old_alter_table",
Expand Down Expand Up @@ -2388,7 +2389,7 @@
},
{
"cli": "--optimizer-use-condition-selectivity=#",
"default": "4 (>= MariaDB 10.4.1), 1 (<= MariaDB 10.4.0)",
"default": "4",
"dynamic": true,
"id": "optimizer_use_condition_selectivity",
"name": "optimizer_use_condition_selectivity",
Expand Down Expand Up @@ -2425,7 +2426,7 @@
},
{
"cli": "--plugin-maturity=level",
"default": "One less than the server maturity (>= MariaDB 10.3.3), unknown (<= MariaDB 10.3.2)",
"default": "One less than the server maturity",
"dynamic": false,
"id": "plugin_maturity",
"name": "plugin_maturity",
Expand Down Expand Up @@ -2533,7 +2534,7 @@
{
"cli": "--proxy-protocol-networks=value",
"default": "(empty)",
"dynamic": false,
"dynamic": true,
"id": "proxy_protocol_networks",
"name": "proxy_protocol_networks",
"scope": [
Expand Down Expand Up @@ -3260,7 +3261,8 @@
"id": "table_definition_cache",
"name": "table_definition_cache",
"range": {
"from": 400
"from": 400,
"to": 2097152
},
"scope": [
"global"
Expand Down Expand Up @@ -3619,7 +3621,7 @@
},
{
"cli": "--use-stat-tables=mode",
"default": "preferably_for_queries (>= MariaDB 10.4.1), never (<= MariaDB 10.4.0)",
"default": "preferably_for_queries",
"dynamic": true,
"id": "use_stat_tables",
"name": "use_stat_tables",
Expand Down
17 changes: 8 additions & 9 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -19724,7 +19724,7 @@
},
"debug/debug_dbug": {
"cli": "-#, --debug[=debug_options]",
"default": "<= MariaDB 10.4: d:t:i:o,/tmp/mysqld.trace (Unix) or d:t:i:O,\\mysqld.trace (Windows), >= MariaDB 10.5: d:t:i:o,/tmp/mariadbd.trace (Unix) or d:t:i:O,\\mariadbd.trace (Windows)",
"default": ">= MariaDB 10.5: d:t:i:o,/tmp/mariadbd.trace (Unix) or d:t:i:O,\\mariadbd.trace (Windows)",
"dynamic": true,
"name": "debug/debug_dbug",
"scope": [
Expand Down Expand Up @@ -20780,7 +20780,7 @@
},
"histogram_size": {
"cli": "--histogram-size=#",
"default": "254 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)",
"default": "254",
"dynamic": true,
"name": "histogram_size",
"range": {
Expand All @@ -20801,7 +20801,7 @@
},
"histogram_type": {
"cli": "--histogram-type=value",
"default": "JSON_HB (>= MariaDB 11.0), DOUBLE_PREC_HB (<= MariaDB 10.11, >= MariaDB 10.4.3), SINGLE_PREC_HB(<= MariaDB 10.4.2)",
"default": "JSON_HB (>= MariaDB 11.0), DOUBLE_PREC_HB (<= MariaDB 10.11, >= MariaDB 10.4.3)",
"dynamic": true,
"name": "histogram_type",
"scope": [
Expand Down Expand Up @@ -22307,8 +22307,7 @@
"dynamic": true,
"name": "max_prepared_stmt_count",
"range": {
"from": 0,
"to": 1048576
"from": 0
},
"scope": [
"global"
Expand Down Expand Up @@ -23213,7 +23212,7 @@
},
"optimizer_use_condition_selectivity": {
"cli": "--optimizer-use-condition-selectivity=#",
"default": "4 (>= MariaDB 10.4.1), 1 (<= MariaDB 10.4.0)",
"default": "4",
"dynamic": true,
"name": "optimizer_use_condition_selectivity",
"range": {
Expand Down Expand Up @@ -23281,7 +23280,7 @@
},
"plugin_maturity": {
"cli": "--plugin-maturity=level",
"default": "One less than the server maturity (>= MariaDB 10.3.3), unknown (<= MariaDB 10.3.2)",
"default": "One less than the server maturity",
"dynamic": false,
"name": "plugin_maturity",
"scope": [
Expand Down Expand Up @@ -23449,7 +23448,7 @@
"proxy_protocol_networks": {
"cli": "--proxy-protocol-networks=value",
"default": "(empty)",
"dynamic": false,
"dynamic": true,
"name": "proxy_protocol_networks",
"scope": [
"global"
Expand Down Expand Up @@ -25527,7 +25526,7 @@
},
"use_stat_tables": {
"cli": "--use-stat-tables=mode",
"default": "preferably_for_queries (>= MariaDB 10.4.1), never (<= MariaDB 10.4.0)",
"default": "preferably_for_queries",
"dynamic": true,
"name": "use_stat_tables",
"scope": [
Expand Down
16 changes: 8 additions & 8 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -16276,7 +16276,7 @@
|Command line|`-#, --debug[=debug_options]`|
|Type of variable|`string`|
|Scope|`global`, `session`|
|Default value|`<= MariaDB 10.4: d:t:i:o,/tmp/mysqld.trace (Unix) or d:t:i:O,\mysqld.trace (Windows), >= MariaDB 10.5: d:t:i:o,/tmp/mariadbd.trace (Unix) or d:t:i:O,\mariadbd.trace (Windows)`|
|Default value|`>= MariaDB 10.5: d:t:i:o,/tmp/mariadbd.trace (Unix) or d:t:i:O,\mariadbd.trace (Windows)`|
|Dynamic|`true`|

### Documentation(s)
Expand Down Expand Up @@ -17018,7 +17018,7 @@
|Command line|`--histogram-size=#`|
|Type of variable|`integer`|
|Scope|`global`, `session`|
|Default value|`254 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)`|
|Default value|`254`|
|Dynamic|`true`|
|Range|from: `0` to: `255`|

Expand All @@ -17034,7 +17034,7 @@
|Command line|`--histogram-type=value`|
|Type of variable|`enumeration`|
|Scope|`global`, `session`|
|Default value|`JSON_HB (>= MariaDB 11.0), DOUBLE_PREC_HB (<= MariaDB 10.11, >= MariaDB 10.4.3), SINGLE_PREC_HB(<= MariaDB 10.4.2)`|
|Default value|`JSON_HB (>= MariaDB 11.0), DOUBLE_PREC_HB (<= MariaDB 10.11, >= MariaDB 10.4.3)`|
|Dynamic|`true`|
|Valid value(s)|`SINGLE_PREC_HB`, `DOUBLE_PREC_HB`, `SINGLE_PREC_HB`, `DOUBLE_PREC_HB`, `JSON_HB`|

Expand Down Expand Up @@ -18061,7 +18061,7 @@
|Scope|`global`|
|Default value|`16382`|
|Dynamic|`true`|
|Range|from: `0` to: `1048576`|
|Range|from: `0`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -18679,7 +18679,7 @@
|Command line|`--optimizer-use-condition-selectivity=#`|
|Type of variable|`integer`|
|Scope|`global`, `session`|
|Default value|`4 (>= MariaDB 10.4.1), 1 (<= MariaDB 10.4.0)`|
|Default value|`4`|
|Dynamic|`true`|
|Range|from: `1` to: `5`|

Expand Down Expand Up @@ -18728,7 +18728,7 @@
|Command line|`--plugin-maturity=level`|
|Type of variable|`enumeration`|
|Scope|`global`|
|Default value|`One less than the server maturity (>= MariaDB 10.3.3), unknown (<= MariaDB 10.3.2)`|
|Default value|`One less than the server maturity`|
|Dynamic|`false`|
|Valid value(s)|`unknown`, `experimental`, `alpha`, `beta`, `gamma`, `stable`|

Expand Down Expand Up @@ -18839,7 +18839,7 @@
|Type of variable|`string`|
|Scope|`global`|
|Default value|`(empty)`|
|Dynamic|`false`|
|Dynamic|`true`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -20295,7 +20295,7 @@
|Command line|`--use-stat-tables=mode`|
|Type of variable|`enumeration`|
|Scope|`global`, `session`|
|Default value|`preferably_for_queries (>= MariaDB 10.4.1), never (<= MariaDB 10.4.0)`|
|Default value|`preferably_for_queries`|
|Dynamic|`true`|

### Documentation(s)
Expand Down
17 changes: 8 additions & 9 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -14843,7 +14843,7 @@
},
"debug/debug_dbug": {
"cli": "-#, --debug[=debug_options]",
"default": "<= MariaDB 10.4: d:t:i:o,/tmp/mysqld.trace (Unix) or d:t:i:O,\\mysqld.trace (Windows), >= MariaDB 10.5: d:t:i:o,/tmp/mariadbd.trace (Unix) or d:t:i:O,\\mariadbd.trace (Windows)",
"default": ">= MariaDB 10.5: d:t:i:o,/tmp/mariadbd.trace (Unix) or d:t:i:O,\\mariadbd.trace (Windows)",
"dynamic": true,
"name": "debug/debug_dbug",
"scope": [
Expand Down Expand Up @@ -15545,7 +15545,7 @@
},
"histogram_size": {
"cli": "--histogram-size=#",
"default": "254 (>= MariaDB 10.4.3), 0 (<= MariaDB 10.4.2)",
"default": "254",
"dynamic": true,
"name": "histogram_size",
"range": {
Expand All @@ -15563,7 +15563,7 @@
},
"histogram_type": {
"cli": "--histogram-type=value",
"default": "JSON_HB (>= MariaDB 11.0), DOUBLE_PREC_HB (<= MariaDB 10.11, >= MariaDB 10.4.3), SINGLE_PREC_HB(<= MariaDB 10.4.2)",
"default": "JSON_HB (>= MariaDB 11.0), DOUBLE_PREC_HB (<= MariaDB 10.11, >= MariaDB 10.4.3)",
"dynamic": true,
"name": "histogram_type",
"scope": [
Expand Down Expand Up @@ -16622,8 +16622,7 @@
"dynamic": true,
"name": "max_prepared_stmt_count",
"range": {
"from": 0,
"to": 1048576
"from": 0
},
"scope": [
"global"
Expand Down Expand Up @@ -17276,7 +17275,7 @@
},
"optimizer_use_condition_selectivity": {
"cli": "--optimizer-use-condition-selectivity=#",
"default": "4 (>= MariaDB 10.4.1), 1 (<= MariaDB 10.4.0)",
"default": "4",
"dynamic": true,
"name": "optimizer_use_condition_selectivity",
"range": {
Expand Down Expand Up @@ -17323,7 +17322,7 @@
},
"plugin_maturity": {
"cli": "--plugin-maturity=level",
"default": "One less than the server maturity (>= MariaDB 10.3.3), unknown (<= MariaDB 10.3.2)",
"default": "One less than the server maturity",
"dynamic": false,
"name": "plugin_maturity",
"scope": [
Expand Down Expand Up @@ -17437,7 +17436,7 @@
"proxy_protocol_networks": {
"cli": "--proxy-protocol-networks=value",
"default": "(empty)",
"dynamic": false,
"dynamic": true,
"name": "proxy_protocol_networks",
"scope": [
"global"
Expand Down Expand Up @@ -18861,7 +18860,7 @@
},
"use_stat_tables": {
"cli": "--use-stat-tables=mode",
"default": "preferably_for_queries (>= MariaDB 10.4.1), never (<= MariaDB 10.4.0)",
"default": "preferably_for_queries",
"dynamic": true,
"name": "use_stat_tables",
"scope": [
Expand Down
2 changes: 1 addition & 1 deletion dist/merged-ultraslim.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/merged-ultraslim.php

Large diffs are not rendered by default.

0 comments on commit 4c52ff7

Please sign in to comment.