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 28, 2024
1 parent a8f356e commit d3518a8
Show file tree
Hide file tree
Showing 12 changed files with 409 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"type": "string"
},
{
"cli": "--wsrep-debug[={0|1}]",
"cli": "MariaDB starting with 10.4.3--wsrep-debug[={NONE|SERVER|TRANSACTION|STREAMING|CLIENT}]\n\nMariaDB until 10.4.2--wsrep-debug[={0|1}]",
"default": "NONE (>= MariaDB 10.4.3), OFF (<= MariaDB 10.4.2)",
"dynamic": true,
"id": "wsrep_debug",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"name": "binlog_expire_logs_seconds",
"range": {
"from": 0,
"to": 4294967295
"to": 8553600
},
"scope": [
"global",
Expand Down Expand Up @@ -242,6 +242,20 @@
],
"type": "string"
},
{
"cli": "--binlog-large-commit-threshold=val",
"default": "134217728",
"dynamic": true,
"id": "binlog_large_commit_threshold",
"name": "binlog_large_commit_threshold",
"range": {
"from": 10485760,
"to": 18446744073709551615
},
"scope": [
"global"
]
},
{
"cli": "--binlog-legacy-event-pos{=0|1}",
"default": "OFF",
Expand Down
51 changes: 46 additions & 5 deletions data/variables/mariadb-s3-storage-engine-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"type": "string"
},
{
"cli": "--s3-debug{=0|1}",
"cli": "--s3-debug=[0|1]",
"default": "0",
"dynamic": false,
"id": "s3_debug",
Expand All @@ -58,9 +58,22 @@
"dynamic": false,
"id": "s3_host_name",
"name": "s3_host_name",
"scope": [],
"scope": [
"global"
],
"type": "string"
},
{
"cli": "--s3-no-content-type=[0|1]",
"default": "0",
"dynamic": false,
"id": "s3_no_content_type",
"name": "s3_no_content_type",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--s3-pagecache-age-threshold=val",
"default": "300",
Expand Down Expand Up @@ -148,16 +161,33 @@
"type": "enumeration",
"validValues": [
"Auto",
"0",
"Original",
"1",
"Amazon",
"2",
"Legacy",
"3",
"Path",
"4",
"Domain",
"5",
"Auto",
"Original",
"Amazon"
]
},
{
"cli": "--s3-provider=val",
"default": "Default",
"dynamic": true,
"id": "s3_provider",
"name": "s3_provider",
"scope": [
"global"
],
"type": "enumeration"
},
{
"cli": "--s3-region=val",
"default": "(Empty)",
Expand All @@ -170,7 +200,7 @@
"type": "string"
},
{
"cli": "--s3-replicate-alter-as-create-select{=0|1}",
"cli": "--s3-replicate-alter-as-create-select=[0|1]",
"default": "1",
"dynamic": false,
"id": "s3_replicate_alter_as_create_select",
Expand All @@ -192,7 +222,7 @@
"type": "string"
},
{
"cli": "--s3-slave-ignore-updates{=0|1}",
"cli": "--s3-slave-ignore-updates=[0|1]",
"default": "0",
"dynamic": false,
"id": "s3_slave_ignore_updates",
Expand All @@ -203,7 +233,18 @@
"type": "boolean"
},
{
"cli": "--s3-use-http{=0|1}",
"cli": "--s3-ssl-no-verify=[0|1]",
"default": "0",
"dynamic": false,
"id": "s3_ssl_no_verify",
"name": "s3_ssl_no_verify",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--s3-use-http=[0|1]",
"default": "0",
"dynamic": false,
"id": "s3_use_http",
Expand Down
5 changes: 3 additions & 2 deletions data/variables/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2347,6 +2347,7 @@
"default",
"derived_merge={on|off}",
"derived_with_keys={on|off}",
"duplicateweedout={on|off}",
"engine_condition_pushdown={on|off}",
"exists_to_in={on|off}",
"extended_keys={on|off}",
Expand Down Expand Up @@ -2961,8 +2962,8 @@
"type": "string"
},
{
"cli": "--skip-external-locking",
"default": "1",
"cli": "--external-locking",
"default": "1 (for the variable, that is 0 for the command line option)",
"dynamic": false,
"id": "skip_external_locking",
"name": "skip_external_locking",
Expand Down
15 changes: 13 additions & 2 deletions data/variables/mariadb-xtradbinnodb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -1988,6 +1988,17 @@
],
"type": "boolean"
},
{
"cli": "--innodb-log-file-mmap{=0|1}",
"default": "ON (Linux, FreeBSD), OFF (Other platforms)",
"dynamic": false,
"id": "innodb_log_file_mmap",
"name": "innodb_log_file_mmap",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--innodb-log-file-size=#",
"default": "100663296 (96MB) (>= MariaDB 10.5), 50331648 (48MB) (<= MariaDB 10.4)",
Expand Down Expand Up @@ -2435,7 +2446,7 @@
},
{
"cli": "--innodb-purge-batch-size=#",
"default": "1000 (>= MariaDB 10.6.16, MariaDB 10.10.7, MariaDB 10.11.6, MariaDB 11.0.4, MariaDB 11.1.3 MariaDB 11.2.2), 300 (<= MariaDB 10.6.15, MariaDB 10.10.6, MariaDB 10.11.5, MariaDB 11.0.3, MariaDB 11.1.2 MariaDB 11.2.1)",
"default": "127 (>= MariaDB 10.6.20, MariaDB 10.11.10, MariaDB 11.2.6, MariaDB 11.4.4, MariaDB 11.6.2), 1000 (>= MariaDB 10.6.16, MariaDB 10.10.7, MariaDB 10.11.6, MariaDB 11.0.4, MariaDB 11.1.3 MariaDB 11.2.2), 300 (<= MariaDB 10.6.15, MariaDB 10.10.6, MariaDB 10.11.5, MariaDB 11.0.3, MariaDB 11.1.2 MariaDB 11.2.1)",
"dynamic": false,
"id": "innodb_purge_batch_size",
"name": "innodb_purge_batch_size",
Expand Down Expand Up @@ -2733,7 +2744,7 @@
},
{
"cli": "--innodb-snapshot-isolation={0|1}",
"default": "OFF",
"default": "ON (>= MariaDB 11.6.2), OFF (<= MariaDB 11.6.1)",
"dynamic": true,
"id": "innodb_snapshot_isolation",
"name": "innodb_snapshot_isolation",
Expand Down
6 changes: 6 additions & 0 deletions data/variables/mysql-aurora-aws-rds-aurora-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,12 @@
"name": "Aurora_reserved_mem_exceeded_incidents",
"type": "integer"
},
{
"name": "aurora_temptable_max_ram_allocation"
},
{
"name": "aurora_temptable_ram_allocation"
},
{
"name": "Aurora_thread_pool_thread_count",
"type": "integer"
Expand Down
1 change: 1 addition & 0 deletions data/variables/mysql-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@
]
},
{
"default": "utf8mb4_0900_ai_ci",
"dynamic": true,
"id": "sysvar_default_collation_for_utf8mb4",
"name": "default_collation_for_utf8mb4",
Expand Down
Loading

0 comments on commit d3518a8

Please sign in to comment.