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 May 14, 2022
1 parent cd7adcc commit 115a407
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 12 deletions.
9 changes: 9 additions & 0 deletions data/mariadb-server-status-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2515,6 +2515,15 @@
],
"type": "integer"
},
{
"id": "resultset_metadata_skipped",
"name": "Resultset_metadata_skipped",
"scope": [
"global",
"session"
],
"type": "integer"
},
{
"id": "rows_read",
"name": "Rows_read",
Expand Down
8 changes: 4 additions & 4 deletions data/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
},
{
"cli": "--encrypt-tmp-files[={0|1}]",
"default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)",
"default": "OFF",
"dynamic": false,
"id": "encrypt_tmp_files",
"name": "encrypt_tmp_files",
Expand Down Expand Up @@ -1074,7 +1074,7 @@
},
{
"cli": "--join-buffer-size=#",
"default": "262144 (256kB) (>=MariaDB 10.1.7), 131072 (128kB) (<=MariaDB 10.1.6)",
"default": "262144 (256kB)",
"dynamic": true,
"id": "join_buffer_size",
"name": "join_buffer_size",
Expand Down Expand Up @@ -1489,7 +1489,7 @@
},
{
"cli": "--max-allowed-packet=#",
"default": "16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) >= MariaDB 10.1.7, 1048576 (1MB) <= MariaDB 10.1.6, 1073741824 (1GB) (client-side)",
"default": "16777216 (16M) >= MariaDB 10.2.4, 4194304 (4M) >= MariaDB 10.1.7, 1073741824 (1GB) (client-side)",
"dynamic": false,
"id": "max_allowed_packet",
"name": "max_allowed_packet",
Expand Down Expand Up @@ -1767,7 +1767,7 @@
},
{
"cli": "--max-statement-time[=#]",
"default": "0.000000 >= MariaDB 10.1.13, 0 <= MariaDB 10.1.12",
"default": "0.000000",
"dynamic": true,
"id": "max_statement_time",
"name": "max_statement_time",
Expand Down
18 changes: 16 additions & 2 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -14495,6 +14495,20 @@
}
]
},
"Resultset_metadata_skipped": {
"name": "Resultset_metadata_skipped",
"scope": [
"global",
"session"
],
"type": "integer",
"ids": [
{
"anchor": "resultset_metadata_skipped",
"url": "https://mariadb.com/kb/en/library/documentation/server-status-variables/"
}
]
},
"Rows_read": {
"name": "Rows_read",
"scope": [
Expand Down Expand Up @@ -15859,7 +15873,7 @@
},
"encrypt_tmp_files": {
"cli": "--encrypt-tmp-files[={0|1}]",
"default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)",
"default": "OFF",
"dynamic": false,
"name": "encrypt_tmp_files",
"scope": [
Expand Down Expand Up @@ -17793,7 +17807,7 @@
},
"max_statement_time": {
"cli": "--max-statement-time[=#]",
"default": "0.000000 >= MariaDB 10.1.13, 0 <= MariaDB 10.1.12",
"default": "0.000000",
"dynamic": true,
"name": "max_statement_time",
"range": {
Expand Down
16 changes: 14 additions & 2 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -12299,6 +12299,18 @@
|------|----|
|mariadb.com|[questions](https://mariadb.com/kb/en/library/documentation/server-status-variables/#questions)|

## Resultset_metadata_skipped
|name|value|
|----|-----|
|Name|`Resultset_metadata_skipped`|
|Type of variable|`integer`|
|Scope|`global`, `session`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[resultset_metadata_skipped](https://mariadb.com/kb/en/library/documentation/server-status-variables/#resultset_metadata_skipped)|

## Rows_read
|name|value|
|----|-----|
Expand Down Expand Up @@ -13394,7 +13406,7 @@
|Command line|`--encrypt-tmp-files[={0|1}]`|
|Type of variable|`boolean`|
|Scope|`global`|
|Default value|`OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)`|
|Default value|`OFF`|
|Dynamic|`false`|

### Documentation(s)
Expand Down Expand Up @@ -14874,7 +14886,7 @@
|Command line|`--max-statement-time[=#]`|
|Type of variable|`integer`|
|Scope|`global`, `session`|
|Default value|`0.000000 >= MariaDB 10.1.13, 0 <= MariaDB 10.1.12`|
|Default value|`0.000000`|
|Dynamic|`true`|
|Range|from: `0` to: `upwards`|

Expand Down
15 changes: 13 additions & 2 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -11345,6 +11345,17 @@
"29#questions"
]
},
"Resultset_metadata_skipped": {
"name": "Resultset_metadata_skipped",
"scope": [
"global",
"session"
],
"type": "integer",
"ids": [
"29#resultset_metadata_skipped"
]
},
"Rows_read": {
"name": "Rows_read",
"scope": [
Expand Down Expand Up @@ -12364,7 +12375,7 @@
},
"encrypt_tmp_files": {
"cli": "--encrypt-tmp-files[={0|1}]",
"default": "OFF (>= MariaDB 10.1.7), ON (<= MariaDB 10.1.6)",
"default": "OFF",
"dynamic": false,
"name": "encrypt_tmp_files",
"scope": [
Expand Down Expand Up @@ -13824,7 +13835,7 @@
},
"max_statement_time": {
"cli": "--max-statement-time[=#]",
"default": "0.000000 >= MariaDB 10.1.13, 0 <= MariaDB 10.1.12",
"default": "0.000000",
"dynamic": true,
"name": "max_statement_time",
"range": {
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 115a407

Please sign in to comment.