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 2, 2022
1 parent 514dc35 commit 4191cc3
Show file tree
Hide file tree
Showing 35 changed files with 978 additions and 727 deletions.
20 changes: 12 additions & 8 deletions data/variables/mariadb-aria-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"dynamic": false,
"id": "aria_block_size",
"name": "aria_block_size",
"range": {
"from": 4096,
"to": 32768
},
"scope": [
"global"
],
Expand All @@ -36,6 +32,10 @@
"dynamic": true,
"id": "aria_checkpoint_log_activity",
"name": "aria_checkpoint_log_activity",
"range": {
"from": 0,
"to": 4294967295
},
"scope": [
"global"
],
Expand Down Expand Up @@ -81,7 +81,7 @@
},
{
"cli": "--aria_group_commit_interval=#",
"default": "0 (no waiting)",
"default": "0",
"dynamic": false,
"id": "aria_group_commit_interval",
"name": "aria_group_commit_interval",
Expand All @@ -92,7 +92,11 @@
"scope": [
"global"
],
"type": "integer"
"type": "integer",
"validValues": [
"0",
"0-4294967295"
]
},
{
"cli": "--aria-log-file-size=#",
Expand Down Expand Up @@ -129,7 +133,7 @@
"name": "aria_max_sort_file_size",
"range": {
"from": 0,
"to": 9223372036854776000
"to": 9223372036854775807
},
"scope": [
"global"
Expand Down Expand Up @@ -164,7 +168,7 @@
},
{
"cli": "--aria-pagecache-buffer-size=#",
"default": "134217720 (128MB)",
"default": "134217720",
"dynamic": false,
"id": "aria_pagecache_buffer_size",
"name": "aria_pagecache_buffer_size",
Expand Down
3 changes: 1 addition & 2 deletions data/variables/mariadb-connect-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@
"scope": [
"global"
],
"type": "set",
"validValues": []
"type": "set"
}
],
"name": "connect-system-variables",
Expand Down
2 changes: 1 addition & 1 deletion data/variables/mariadb-feedback-plugin-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": [
{
"cli": "--feedback-http=proxy=value",
"default": "'' (empty)",
"default": "''",
"id": "feedback_http_proxy",
"name": "feedback_http_proxy",
"type": "string"
Expand Down
36 changes: 32 additions & 4 deletions data/variables/mariadb-galera-cluster-system-variables.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"data": [
{
"cli": "--wsrep-allowlist=value1[,value2...]",
"default": "None",
"dynamic": false,
"id": "wsrep_allowlist",
"name": "wsrep_allowlist",
"scope": [
"global"
],
"type": "string"
},
{
"cli": "--wsrep-auto-increment-control[={0|1}]",
"default": "ON",
Expand Down Expand Up @@ -111,7 +122,14 @@
"scope": [
"global"
],
"type": "enumeration"
"type": "enumeration",
"validValues": [
"NONE",
"SERVER",
"TRANSACTION",
"STREAMING",
"CLIENT"
]
},
{
"cli": "--wsrep-desync[={0|1}]",
Expand Down Expand Up @@ -200,7 +218,7 @@
"name": "wsrep_gtid_seq_no",
"range": {
"from": 0,
"to": 18446744073709552000
"to": 18446744073709551615
},
"scope": [
"session"
Expand Down Expand Up @@ -608,6 +626,17 @@
],
"type": "string"
},
{
"cli": "--wsrep-status-file=value",
"default": "None",
"dynamic": false,
"id": "wsrep_status_file",
"name": "wsrep_status_file",
"scope": [
"global"
],
"type": "string"
},
{
"cli": "--wsrep-strict-ddl[={0|1}",
"default": "OFF",
Expand All @@ -626,8 +655,7 @@
"id": "wsrep_sync_wait",
"name": "wsrep_sync_wait",
"range": {
"from": 0,
"to": 15
"from": 0
},
"scope": [
"global",
Expand Down
9 changes: 6 additions & 3 deletions data/variables/mariadb-gtid-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"scope": [
"global",
"session"
]
],
"type": "integer"
},
{
"dynamic": false,
Expand All @@ -82,7 +83,8 @@
"scope": [
"global",
"session"
]
],
"type": "integer"
},
{
"default": "Null",
Expand All @@ -91,7 +93,8 @@
"name": "gtid_seq_no",
"scope": [
"session"
]
],
"type": "integer"
},
{
"cli": "--gtid-ignore-duplicates=#",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-address=\"value\"",
Expand All @@ -36,7 +37,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-epoll=\"value\"",
Expand All @@ -46,6 +48,11 @@
"name": "handlersocket_epoll",
"scope": [
"global"
],
"type": "integer",
"validValues": [
"0",
"1"
]
},
{
Expand All @@ -72,7 +79,8 @@
"name": "handlersocket_port",
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-port-wr=\"value\"",
Expand All @@ -82,7 +90,8 @@
"name": "handlersocket_port_wr",
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-rcvbuf=\"value\"",
Expand All @@ -96,7 +105,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-readsize=\"value\"",
Expand All @@ -110,7 +120,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-sndbuf=\"value\"",
Expand All @@ -124,7 +135,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-threads=\"value\"",
Expand All @@ -138,7 +150,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-threads-wr=\"value\"",
Expand All @@ -152,7 +165,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-timeout=\"value\"",
Expand All @@ -166,7 +180,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--handlersocket-verbose=\"value\"",
Expand All @@ -176,6 +191,11 @@
"name": "handlersocket_verbose",
"scope": [
"global"
],
"type": "integer",
"validValues": [
"0",
"10000"
]
},
{
Expand All @@ -189,7 +209,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
}
],
"name": "handlersocket-configuration-options-variables",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"name": "server_audit_file_rotate_size",
"range": {
"from": 100,
"to": 9223372036854776000
"to": 9223372036854775807
},
"scope": [
"global"
Expand Down
2 changes: 1 addition & 1 deletion data/variables/mariadb-mroonga-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"name": "mroonga_match_escalation_threshold",
"range": {
"from": -1,
"to": 9223372036854776000
"to": 9223372036854775807
},
"scope": [
"global",
Expand Down
6 changes: 3 additions & 3 deletions data/variables/mariadb-myisam-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
{
"cli": "--key-cache-segments=#",
"default": "0 (non-segmented)",
"default": "0",
"dynamic": true,
"id": "key_cache_segments",
"name": "key_cache_segments",
Expand Down Expand Up @@ -174,13 +174,13 @@
},
{
"cli": "--myisam-sort-buffer-size=#",
"default": "134217720 (128MB)",
"default": "134217720",
"dynamic": true,
"id": "myisam_sort_buffer_size",
"name": "myisam_sort_buffer_size",
"range": {
"from": 4096,
"to": 18446744073709548000
"to": 18446744073709547520
},
"scope": [
"global",
Expand Down
Loading

0 comments on commit 4191cc3

Please sign in to comment.