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 Dec 18, 2021
1 parent d4cbcc7 commit e96314f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
4 changes: 3 additions & 1 deletion data/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
"validValues": [
"Host name",
"IPv4",
"IPv6"
"IPv6",
"::",
"*"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions data/mysql-innodb-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@
"to": 64
},
"scope": [
"global",
"session"
],
"type": "integer"
Expand Down
2 changes: 0 additions & 2 deletions data/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
},
{
"cli": "--admin-tls-version=protocol_list",
"default": "TLSv1,TLSv1.1,TLSv1.2,TLSv1.3 (OpenSSL 1.1.1 and higher)TLSv1,TLSv1.1,TLSv1.2 (otherwise)",
"dynamic": true,
"id": "sysvar_admin_tls_version",
"name": "admin_tls_version",
Expand Down Expand Up @@ -1620,7 +1619,6 @@
},
{
"cli": "--lower-case-table-names[=#]",
"default": "0",
"dynamic": false,
"id": "sysvar_lower_case_table_names",
"name": "lower_case_table_names",
Expand Down
3 changes: 1 addition & 2 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -17327,7 +17327,6 @@
},
"lower_case_table_names": {
"cli": "--lower-case-table-names[=#]",
"default": "0",
"dynamic": false,
"name": "lower_case_table_names",
"range": {
Expand Down Expand Up @@ -33730,6 +33729,7 @@
"to": 64
},
"scope": [
"global",
"session"
],
"type": "integer",
Expand Down Expand Up @@ -38518,7 +38518,6 @@
},
"admin_tls_version": {
"cli": "--admin-tls-version=protocol_list",
"default": "TLSv1,TLSv1.1,TLSv1.2,TLSv1.3 (OpenSSL 1.1.1 and higher)TLSv1,TLSv1.1,TLSv1.2 (otherwise)",
"dynamic": true,
"name": "admin_tls_version",
"scope": [
Expand Down
4 changes: 1 addition & 3 deletions dist/merged-raw.md
Original file line number Diff line number Diff line change
Expand Up @@ -14536,7 +14536,6 @@
|Command line|`--lower-case-table-names[=#]`|
|Type of variable|`integer`|
|Scope|`global`|
|Default value|`0`|
|Dynamic|`false`|
|Range|from: `0` to: `2`|

Expand Down Expand Up @@ -28348,7 +28347,7 @@
|Name|`innodb_ddl_threads`|
|Command line|`--innodb-ddl-threads=#`|
|Type of variable|`integer`|
|Scope|`session`|
|Scope|`global`, `session`|
|Default value|`4`|
|Dynamic|`true`|
|Range|from: `1` to: `64`|
Expand Down Expand Up @@ -32558,7 +32557,6 @@
|Command line|`--admin-tls-version=protocol_list`|
|Type of variable|`string`|
|Scope|`global`|
|Default value|`TLSv1,TLSv1.1,TLSv1.2,TLSv1.3 (OpenSSL 1.1.1 and higher)TLSv1,TLSv1.1,TLSv1.2 (otherwise)`|
|Dynamic|`true`|

### Documentation(s)
Expand Down
3 changes: 1 addition & 2 deletions dist/merged-slim.json
Original file line number Diff line number Diff line change
Expand Up @@ -13466,7 +13466,6 @@
},
"lower_case_table_names": {
"cli": "--lower-case-table-names[=#]",
"default": "0",
"dynamic": false,
"name": "lower_case_table_names",
"range": {
Expand Down Expand Up @@ -26128,6 +26127,7 @@
"to": 64
},
"scope": [
"global",
"session"
],
"type": "integer",
Expand Down Expand Up @@ -29959,7 +29959,6 @@
},
"admin_tls_version": {
"cli": "--admin-tls-version=protocol_list",
"default": "TLSv1,TLSv1.1,TLSv1.2,TLSv1.3 (OpenSSL 1.1.1 and higher)TLSv1,TLSv1.1,TLSv1.2 (otherwise)",
"dynamic": true,
"name": "admin_tls_version",
"scope": [
Expand Down

0 comments on commit e96314f

Please sign in to comment.