Skip to content

Commit

Permalink
update: [MySQL] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Nov 10, 2019
1 parent 9d7b3c3 commit 856b39c
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/mysql-mysql-cluster-options-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"name": "skip-ndbcluster"
},
{
"default": "1 / 1 - 65536 (Version: 5.5.15-ndb-7.2.1)",
"default": "1 / 1 - 256 (Version: NDB 7.5-7.6)",
"dynamic": true,
"id": "sysvar_ndb_autoincrement_prefetch_sz",
"name": "ndb_autoincrement_prefetch_sz",
Expand Down
20 changes: 20 additions & 0 deletions data/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,19 @@
],
"type": "integer"
},
{
"dynamic": false,
"id": "sysvar_have_ssl",
"name": "have_ssl",
"scope": [
"global"
],
"type": "string",
"validValues": [
"YES",
"DISABLED"
]
},
{
"dynamic": false,
"id": "sysvar_have_statement_timeout",
Expand Down Expand Up @@ -1276,6 +1289,13 @@
],
"type": "boolean"
},
{
"cli": "--log-raw[={OFF|ON}]",
"default": "OFF",
"id": "sysvar_log_raw",
"name": "log_raw",
"type": "boolean"
},
{
"cli": "--log-slow-admin-statements[={OFF|ON}]",
"default": "OFF",
Expand Down
15 changes: 14 additions & 1 deletion dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -21994,10 +21994,19 @@
"scope": [
"global"
],
"type": "string",
"validValues": [
"YES",
"DISABLED"
],
"ids": [
{
"anchor": "have_ssl",
"url": "https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/"
},
{
"anchor": "sysvar_have_ssl",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html"
}
]
},
Expand Down Expand Up @@ -33157,7 +33166,7 @@
]
},
"ndb_autoincrement_prefetch_sz": {
"default": "1 / 1 - 65536 (Version: 5.5.15-ndb-7.2.1)",
"default": "1 / 1 - 256 (Version: NDB 7.5-7.6)",
"dynamic": true,
"name": "ndb_autoincrement_prefetch_sz",
"scope": [
Expand Down Expand Up @@ -35743,6 +35752,10 @@
{
"anchor": "option_mysqld_log-raw",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-options.html"
},
{
"anchor": "sysvar_log_raw",
"url": "https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html"
}
]
},
Expand Down
6 changes: 5 additions & 1 deletion dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -18121,13 +18121,16 @@
|name|value|
|----|-----|
|Name|`have_ssl`|
|Type of variable|`string`|
|Scope|`global`|
|Dynamic|`false`|
|Valid value(s)|`YES`, `DISABLED`|

### Documentation(s)
|source|anchor name|
|------|----|
|mariadb.com|[have_ssl](https://mariadb.com/kb/en/library/documentation/ssltls-system-variables/#have_ssl)|
|dev.mysql.com|[sysvar_have_ssl](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_have_ssl)|

## ssl_ca
|name|value|
Expand Down Expand Up @@ -27947,7 +27950,7 @@
|----|-----|
|Name|`ndb_autoincrement_prefetch_sz`|
|Scope|`global`, `session`|
|Default value|`1 / 1 - 65536 (Version: 5.5.15-ndb-7.2.1)`|
|Default value|`1 / 1 - 256 (Version: NDB 7.5-7.6)`|
|Dynamic|`true`|

### Documentation(s)
Expand Down Expand Up @@ -30247,6 +30250,7 @@
|source|anchor name|
|------|----|
|dev.mysql.com|[option_mysqld_log-raw](https://dev.mysql.com/doc/refman/8.0/en/server-options.html#option_mysqld_log-raw)|
|dev.mysql.com|[sysvar_log_raw](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_log_raw)|

## log_short_format
|name|value|
Expand Down
13 changes: 10 additions & 3 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -17044,8 +17044,14 @@
"scope": [
"global"
],
"type": "string",
"validValues": [
"YES",
"DISABLED"
],
"ids": [
"34#have_ssl"
"34#have_ssl",
"15#sysvar_have_ssl"
]
},
"ssl_ca": {
Expand Down Expand Up @@ -25588,7 +25594,7 @@
]
},
"ndb_autoincrement_prefetch_sz": {
"default": "1 / 1 - 65536 (Version: 5.5.15-ndb-7.2.1)",
"default": "1 / 1 - 256 (Version: NDB 7.5-7.6)",
"dynamic": true,
"name": "ndb_autoincrement_prefetch_sz",
"scope": [
Expand Down Expand Up @@ -27628,7 +27634,8 @@
"name": "log_raw",
"type": "boolean",
"ids": [
"16#option_mysqld_log-raw"
"16#option_mysqld_log-raw",
"15#sysvar_log_raw"
]
},
"log_short_format": {
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 856b39c

Please sign in to comment.