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 May 27, 2023
1 parent 512abb9 commit 578d933
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion data/variables/mariadb-connect-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"cli": "--connect-conv-size=#",
"default": ">= MariaDB 10.4.8, MariaDB 10.3.18, MariaDB 10.2.27: 1024, <= MariaDB 10.4.7, MariaDB 10.3.17, MariaDB 10.2.26: 8192",
"default": ">= MariaDB 10.4.8: 1024, <= MariaDB 10.4.7: 8192",
"dynamic": true,
"id": "connect_conv_size",
"name": "connect_conv_size",
Expand Down
4 changes: 2 additions & 2 deletions data/variables/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,9 +919,9 @@
],
"type": "enumeration",
"validValues": [
"TRADITIONAL (DEFAULT)",
"JSON",
"TREE",
"DEFAULT"
"TREE"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@
},
"connect_conv_size": {
"cli": "--connect-conv-size=#",
"default": ">= MariaDB 10.4.8, MariaDB 10.3.18, MariaDB 10.2.27: 1024, <= MariaDB 10.4.7, MariaDB 10.3.17, MariaDB 10.2.26: 8192",
"default": ">= MariaDB 10.4.8: 1024, <= MariaDB 10.4.7: 8192",
"dynamic": true,
"name": "connect_conv_size",
"range": {
Expand Down Expand Up @@ -43074,9 +43074,9 @@
],
"type": "enumeration",
"validValues": [
"TRADITIONAL (DEFAULT)",
"JSON",
"TREE",
"DEFAULT"
"TREE"
],
"ids": [
{
Expand Down
4 changes: 2 additions & 2 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
|Command line|`--connect-conv-size=#`|
|Type of variable|`integer`|
|Scope|`global`, `session`|
|Default value|`>= MariaDB 10.4.8, MariaDB 10.3.18, MariaDB 10.2.27: 1024, <= MariaDB 10.4.7, MariaDB 10.3.17, MariaDB 10.2.26: 8192`|
|Default value|`>= MariaDB 10.4.8: 1024, <= MariaDB 10.4.7: 8192`|
|Dynamic|`true`|
|Range|from: `0` to: `65500`|

Expand Down Expand Up @@ -36301,7 +36301,7 @@
|Scope|`global`, `session`|
|Default value|`TRADITIONAL`|
|Dynamic|`true`|
|Valid value(s)|`JSON`, `TREE`, `DEFAULT`|
|Valid value(s)|`TRADITIONAL (DEFAULT)`, `JSON`, `TREE`|

### Documentation(s)
|source|anchor name|
Expand Down
6 changes: 3 additions & 3 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@
},
"connect_conv_size": {
"cli": "--connect-conv-size=#",
"default": ">= MariaDB 10.4.8, MariaDB 10.3.18, MariaDB 10.2.27: 1024, <= MariaDB 10.4.7, MariaDB 10.3.17, MariaDB 10.2.26: 8192",
"default": ">= MariaDB 10.4.8: 1024, <= MariaDB 10.4.7: 8192",
"dynamic": true,
"name": "connect_conv_size",
"range": {
Expand Down Expand Up @@ -33630,9 +33630,9 @@
],
"type": "enumeration",
"validValues": [
"TRADITIONAL (DEFAULT)",
"JSON",
"TREE",
"DEFAULT"
"TREE"
],
"ids": [
"24#sysvar_explain_format"
Expand Down

0 comments on commit 578d933

Please sign in to comment.