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 Apr 1, 2022
1 parent fd43621 commit 0642bd1
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
"type": "boolean"
},
{
"default": "None",
"dynamic": false,
"id": "log_bin_basename",
"name": "log_bin_basename",
Expand Down Expand Up @@ -309,6 +310,7 @@
},
{
"cli": "--log-bin-index=name",
"default": "None",
"dynamic": false,
"id": "log_bin_index",
"name": "log_bin_index",
Expand Down Expand Up @@ -446,6 +448,7 @@
]
},
{
"default": "None",
"dynamic": false,
"id": "relay_log_basename",
"name": "relay_log_basename",
Expand Down Expand Up @@ -936,7 +939,6 @@
"id": "sql_log_bin",
"name": "sql_log_bin",
"scope": [
"global",
"session"
],
"type": "boolean"
Expand Down Expand Up @@ -968,7 +970,7 @@
},
{
"cli": "--sync-master-info=#",
"default": "10000 (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6)",
"default": "10000 (>= MariaDB 10.1.7)",
"dynamic": true,
"id": "sync_master_info",
"name": "sync_master_info",
Expand All @@ -979,7 +981,7 @@
},
{
"cli": "--sync-relay-log=#",
"default": "10000 (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6)",
"default": "10000",
"dynamic": true,
"id": "sync_relay_log",
"name": "sync_relay_log",
Expand All @@ -990,7 +992,7 @@
},
{
"cli": "--sync-relay-log-info=#",
"default": "10000 (>= MariaDB 10.1.7), 0 (<= MariaDB 10.1.6)",
"default": "10000",
"dynamic": true,
"id": "sync_relay_log_info",
"name": "sync_relay_log_info",
Expand Down
6 changes: 3 additions & 3 deletions data/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -3357,8 +3357,8 @@
"type": "file name"
},
{
"cli": "--ssl_session_cache_mode={SERVER|OFF}",
"default": "SERVER",
"cli": "--ssl_session_cache_mode={ON|OFF}",
"default": "ON",
"dynamic": true,
"id": "sysvar_ssl_session_cache_mode",
"name": "ssl_session_cache_mode",
Expand All @@ -3367,7 +3367,7 @@
],
"type": "boolean",
"validValues": [
"SERVER",
"ON",
"OFF"
]
},
Expand Down
4 changes: 2 additions & 2 deletions data/mysql-x-plugin-options-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,12 @@
},
{
"cli": "--mysqlx-read-timeout=#",
"default": "28800",
"default": "30",
"dynamic": true,
"id": "sysvar_mysqlx_read_timeout",
"name": "mysqlx_read_timeout",
"range": {
"from": 30,
"from": 1,
"to": 2147483
},
"scope": [
Expand Down
10 changes: 5 additions & 5 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -40025,16 +40025,16 @@
]
},
"ssl_session_cache_mode": {
"cli": "--ssl_session_cache_mode={SERVER|OFF}",
"default": "SERVER",
"cli": "--ssl_session_cache_mode={ON|OFF}",
"default": "ON",
"dynamic": true,
"name": "ssl_session_cache_mode",
"scope": [
"global"
],
"type": "boolean",
"validValues": [
"SERVER",
"ON",
"OFF"
],
"ids": [
Expand Down Expand Up @@ -40771,11 +40771,11 @@
},
"mysqlx_read_timeout": {
"cli": "--mysqlx-read-timeout=#",
"default": "28800",
"default": "30",
"dynamic": true,
"name": "mysqlx_read_timeout",
"range": {
"from": 30,
"from": 1,
"to": 2147483
},
"scope": [
Expand Down
10 changes: 5 additions & 5 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -33847,12 +33847,12 @@
|name|value|
|----|-----|
|Name|`ssl_session_cache_mode`|
|Command line|`--ssl_session_cache_mode={SERVER|OFF}`|
|Command line|`--ssl_session_cache_mode={ON|OFF}`|
|Type of variable|`boolean`|
|Scope|`global`|
|Default value|`SERVER`|
|Default value|`ON`|
|Dynamic|`true`|
|Valid value(s)|`SERVER`, `OFF`|
|Valid value(s)|`ON`, `OFF`|

### Documentation(s)
|source|anchor name|
Expand Down Expand Up @@ -34471,9 +34471,9 @@
|Command line|`--mysqlx-read-timeout=#`|
|Type of variable|`integer`|
|Scope|`session`|
|Default value|`28800`|
|Default value|`30`|
|Dynamic|`true`|
|Range|from: `30` to: `2147483`|
|Range|from: `1` to: `2147483`|

### Documentation(s)
|source|anchor name|
Expand Down
10 changes: 5 additions & 5 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -31211,16 +31211,16 @@
]
},
"ssl_session_cache_mode": {
"cli": "--ssl_session_cache_mode={SERVER|OFF}",
"default": "SERVER",
"cli": "--ssl_session_cache_mode={ON|OFF}",
"default": "ON",
"dynamic": true,
"name": "ssl_session_cache_mode",
"scope": [
"global"
],
"type": "boolean",
"validValues": [
"SERVER",
"ON",
"OFF"
],
"ids": [
Expand Down Expand Up @@ -31837,11 +31837,11 @@
},
"mysqlx_read_timeout": {
"cli": "--mysqlx-read-timeout=#",
"default": "28800",
"default": "30",
"dynamic": true,
"name": "mysqlx_read_timeout",
"range": {
"from": 30,
"from": 1,
"to": 2147483
},
"scope": [
Expand Down

0 comments on commit 0642bd1

Please sign in to comment.