Skip to content

Commit

Permalink
update: [MariaDB] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-robot committed Dec 3, 2022
1 parent 7cb1d91 commit 61dabb8
Show file tree
Hide file tree
Showing 15 changed files with 209 additions and 61 deletions.
1 change: 1 addition & 0 deletions data/variables/mariadb-cassandra-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"global",
"session"
],
"type": "integer",
"validValues": [
"1",
"1073741824"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"name": "handlersocket_address",
"scope": [
"global"
]
],
"type": "string"
},
{
"cli": "--handlersocket-backlog=\"value\"",
Expand Down
10 changes: 10 additions & 0 deletions data/variables/mariadb-myisam-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
},
{
"cli": "--myisam-max-sort-file-size=#",
"default": "9223372036854775807",
"dynamic": true,
"id": "myisam_max_sort_file_size",
"name": "myisam_max_sort_file_size",
Expand All @@ -132,9 +133,14 @@
},
{
"cli": "--myisam-mmap-size=#",
"default": "18446744073709547520",
"dynamic": true,
"id": "myisam_mmap_size",
"name": "myisam_mmap_size",
"range": {
"from": 7,
"to": 18446744073709547520
},
"scope": [
"global",
"session"
Expand Down Expand Up @@ -166,6 +172,10 @@
"dynamic": true,
"id": "myisam_repair_threads",
"name": "myisam_repair_threads",
"range": {
"from": 1,
"to": 18446744073709547520
},
"scope": [
"global",
"session"
Expand Down
6 changes: 4 additions & 2 deletions data/variables/mariadb-myrocks-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--rocksdb-cache-index-and-filter-blocks={0|1}",
Expand Down Expand Up @@ -1738,7 +1739,8 @@
"name": "rocksdb_update_cf_options",
"scope": [
"global"
]
],
"type": "string"
},
{
"cli": "--rocksdb-use-adaptive-mutex={0|1}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
"dynamic": true,
"id": "binlog_cache_size",
"name": "binlog_cache_size",
"range": {
"from": 4096,
"to": 18446744073709547520
},
"scope": [
"global"
],
Expand Down Expand Up @@ -226,6 +230,10 @@
"dynamic": true,
"id": "binlog_stmt_cache_size",
"name": "binlog_stmt_cache_size",
"range": {
"from": 4096,
"to": 18446744073709547520
},
"scope": [
"global"
],
Expand Down Expand Up @@ -367,11 +375,13 @@
{
"cli": "--master-verify-checksum=[0|1]",
"default": "OFF (0)",
"dynamic": true,
"id": "master_verify_checksum",
"name": "master_verify_checksum",
"scope": [
"global"
]
],
"type": "boolean"
},
{
"cli": "--max-binlog-cache-size=#",
Expand Down Expand Up @@ -456,7 +466,8 @@
"name": "relay_log",
"scope": [
"global"
]
],
"type": "file name"
},
{
"default": "None",
Expand Down Expand Up @@ -517,6 +528,10 @@
"dynamic": false,
"id": "relay_log_space_limit",
"name": "relay_log_space_limit",
"range": {
"from": 0,
"to": 18446744073709547520
},
"scope": [
"global"
],
Expand Down Expand Up @@ -889,18 +904,24 @@
{
"cli": "--slave-sql-verify-checksum=[0|1]",
"default": "ON (1)",
"dynamic": true,
"id": "slave_sql_verify_checksum",
"name": "slave_sql_verify_checksum",
"scope": [
"global"
]
],
"type": "boolean"
},
{
"cli": "--slave-transaction-retries=#",
"default": "10",
"dynamic": true,
"id": "slave_transaction_retries",
"name": "slave_transaction_retries",
"range": {
"from": 0,
"to": 18446744073709547520
},
"scope": [
"global"
],
Expand Down
44 changes: 41 additions & 3 deletions data/variables/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
"dynamic": true,
"id": "bulk_insert_buffer_size",
"name": "bulk_insert_buffer_size",
"range": {
"from": 0,
"to": 18446744073709547520
},
"scope": [
"global",
"session"
Expand Down Expand Up @@ -727,6 +731,9 @@
"dynamic": false,
"id": "ft_max_word_len",
"name": "ft_max_word_len",
"range": {
"from": 10
},
"scope": [
"global"
],
Expand All @@ -738,6 +745,9 @@
"dynamic": false,
"id": "ft_min_word_len",
"name": "ft_min_word_len",
"range": {
"from": 1
},
"scope": [
"global"
],
Expand Down Expand Up @@ -797,6 +807,10 @@
"dynamic": true,
"id": "group_concat_max_len",
"name": "group_concat_max_len",
"range": {
"from": 4,
"to": 18446744073709547520
},
"scope": [
"global",
"session"
Expand Down Expand Up @@ -1082,6 +1096,10 @@
"dynamic": true,
"id": "join_buffer_size",
"name": "join_buffer_size",
"range": {
"from": 8228,
"to": 18446744073709547520
},
"scope": [
"global",
"session"
Expand Down Expand Up @@ -1336,7 +1354,13 @@
"global",
"session"
],
"type": "set"
"type": "set",
"validValues": [
"admin",
"call",
"slave",
"sp"
]
},
{
"cli": "log-slow-filter=value1[,value2...]",
Expand Down Expand Up @@ -2441,6 +2465,10 @@
"dynamic": true,
"id": "query_alloc_block_size",
"name": "query_alloc_block_size",
"range": {
"from": 1024,
"to": 18446744073709547520
},
"scope": [
"global",
"session"
Expand Down Expand Up @@ -2468,6 +2496,10 @@
"dynamic": true,
"id": "query_cache_min_res_unit",
"name": "query_cache_min_res_unit",
"range": {
"from": 1024,
"to": 18446744073709547520
},
"scope": [
"global"
],
Expand Down Expand Up @@ -2571,6 +2603,10 @@
"dynamic": true,
"id": "range_alloc_block_size",
"name": "range_alloc_block_size",
"range": {
"from": 4096,
"to": 18446744073709547520
},
"scope": [
"global",
"session"
Expand Down Expand Up @@ -2680,7 +2716,8 @@
"name": "secure_file_priv",
"scope": [
"global"
]
],
"type": "directory name"
},
{
"cli": "--secure-timestamp=value",
Expand Down Expand Up @@ -3340,7 +3377,8 @@
"name": "tmpdir",
"scope": [
"global"
]
],
"type": "directory name"
},
{
"cli": "--transaction-alloc-block-size=#",
Expand Down
2 changes: 2 additions & 0 deletions data/variables/mariadb-spider-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@
"type": "integer"
},
{
"cli": "--spider-max-connections",
"dynamic": true,
"id": "spider_max_connections",
"name": "spider_max_connections",
Expand Down Expand Up @@ -1567,6 +1568,7 @@
"type": "integer"
},
{
"cli": "--spider-xa-register-mode=#",
"default": "1",
"dynamic": true,
"id": "spider_xa_register_mode",
Expand Down
3 changes: 2 additions & 1 deletion data/variables/mariadb-tokudb-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@
"scope": [
"global",
"session"
]
],
"type": "string"
},
{
"default": "ON",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"scope": [
"global",
"session"
]
],
"type": "string"
},
{
"cli": "--system-versioning-innodb-algorithm-simple[={0|1}]",
Expand Down
18 changes: 14 additions & 4 deletions data/variables/mariadb-xtradbinnodb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "innodb-adaptive-flushing-method=value",
Expand Down Expand Up @@ -480,6 +481,10 @@
"dynamic": true,
"id": "innodb_buffer_pool_restore_at_startup",
"name": "innodb_buffer_pool_restore_at_startup",
"range": {
"from": 0,
"to": 18446744073709547520
},
"scope": [
"global"
],
Expand Down Expand Up @@ -909,7 +914,8 @@
},
"scope": [
"global"
]
],
"type": "integer"
},
{
"cli": "--innodb-defragment-fill-factor-n-recs=#",
Expand Down Expand Up @@ -973,7 +979,7 @@
},
{
"cli": "innodb-dict-size-limit=#",
"default": "0",
"default": "9223372036854775807",
"dynamic": true,
"id": "innodb_dict_size_limit",
"name": "innodb_dict_size_limit",
Expand Down Expand Up @@ -1022,7 +1028,8 @@
"name": "innodb_doublewrite_file",
"scope": [
"global"
]
],
"type": "file name"
},
{
"cli": "innodb-empty-free-list-algorithm=value",
Expand Down Expand Up @@ -2028,6 +2035,9 @@
"dynamic": true,
"id": "innodb_lru_scan_depth",
"name": "innodb_lru_scan_depth",
"range": {
"from": 100
},
"scope": [
"global"
],
Expand Down
Loading

0 comments on commit 61dabb8

Please sign in to comment.