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 Feb 17, 2024
1 parent 3a8c72b commit 686ebf8
Show file tree
Hide file tree
Showing 9 changed files with 1,073 additions and 1,494 deletions.
4 changes: 0 additions & 4 deletions data/variables/mariadb-galera-cluster-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"id": "wsrep_causal_reads",
"name": "wsrep_causal_reads",
"scope": [
"global",
"session"
],
"type": "boolean"
Expand Down Expand Up @@ -659,7 +658,6 @@
"to": 15
},
"scope": [
"global",
"session"
],
"type": "integer"
Expand All @@ -675,7 +673,6 @@
"to": 2147483647
},
"scope": [
"global",
"session"
],
"type": "integer"
Expand All @@ -687,7 +684,6 @@
"id": "wsrep_trx_fragment_unit",
"name": "wsrep_trx_fragment_unit",
"scope": [
"global",
"session"
],
"type": "enumeration",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@
"id": "binlog_row_metadata",
"name": "binlog_row_metadata",
"scope": [
"global",
"session"
"global"
],
"type": "enumeration",
"validValues": [
Expand Down
3 changes: 2 additions & 1 deletion data/variables/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@
},
{
"cli": "log-slow-filter=value1[,value2...]",
"default": "admin, filesort, filesort_on_disk, full_join, full_scan, query_cache, query_cache_miss, tmp_table, tmp_table_on_disk (<= MariaDB 10.3.0), admin, filesort, filesort_on_disk, filesort_priority_queue, full_join, full_scan, query_cache, query_cache_miss, tmp_table, tmp_table_on_disk (>= MariaDB 10.3.1)",
"default": "admin, filesort, filesort_on_disk, filesort_priority_queue, full_join, full_scan, query_cache, query_cache_miss, tmp_table, tmp_table_on_disk",
"dynamic": true,
"id": "log_slow_filter",
"name": "log_slow_filter",
Expand All @@ -1425,6 +1425,7 @@
"filesort_priority_queue",
"full_join",
"full_scan",
"not_using_index",
"query_cache",
"query_cache_miss",
"tmp_table",
Expand Down
92 changes: 2 additions & 90 deletions data/variables/mariadb-sql-error-log-plugin-variables.json
Original file line number Diff line number Diff line change
@@ -1,93 +1,5 @@
{
"data": [
{
"cli": "--sql-error-log=value",
"default": "ON",
"id": "sql_error_log",
"name": "sql_error_log",
"type": "enumeration",
"validValues": [
"OFF",
"ON",
"FORCE",
"FORCE_PLUS_PERMANENT"
]
},
{
"cli": "--sql-error-log-filename=value",
"default": "sql_errors.log",
"dynamic": false,
"id": "sql_error_log_filename",
"name": "sql_error_log_filename",
"scope": [
"global"
],
"type": "string"
},
{
"cli": "--sql-error-log-rate=#",
"default": "1",
"dynamic": true,
"id": "sql_error_log_rate",
"name": "sql_error_log_rate",
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--sql-error-log-rotate={0|1}",
"default": "OFF",
"dynamic": true,
"id": "sql_error_log_rotate",
"name": "sql_error_log_rotate",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--sql-error-log-rotations",
"default": "9",
"dynamic": false,
"id": "sql_error_log_rotations",
"name": "sql_error_log_rotations",
"range": {
"from": 1,
"to": 999
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--sql-error-log-size-limit=#",
"default": "1000000",
"dynamic": false,
"id": "sql_error_log_size_limit",
"name": "sql_error_log_size_limit",
"range": {
"from": 100,
"to": 9223372036854775807
},
"scope": [
"global"
],
"type": "integer"
},
{
"cli": "--sql-error-log-warnings={0,1}",
"default": "OFF",
"dynamic": true,
"id": "sql_error_log_warnings",
"name": "sql_error_log_warnings",
"scope": [
"global"
],
"type": "boolean"
}
],
"data": [],
"name": "sql-error-log-plugin-variables",
"url": "https://mariadb.com/kb/en/sql-error-log-system-variables-and-options/"
"url": "https://mariadb.com/kb/en/library/documentation/sql-error-log-plugin/"
}
132 changes: 5 additions & 127 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,6 @@
"dynamic": true,
"name": "wsrep_causal_reads",
"scope": [
"global",
"session"
],
"type": "boolean",
Expand Down Expand Up @@ -3209,7 +3208,6 @@
"to": 15
},
"scope": [
"global",
"session"
],
"type": "integer",
Expand All @@ -3230,7 +3228,6 @@
"to": 2147483647
},
"scope": [
"global",
"session"
],
"type": "integer",
Expand All @@ -3247,7 +3244,6 @@
"dynamic": true,
"name": "wsrep_trx_fragment_unit",
"scope": [
"global",
"session"
],
"type": "enumeration",
Expand Down Expand Up @@ -11413,6 +11409,9 @@
"default": "MINIMAL",
"dynamic": true,
"name": "binlog_row_metadata",
"scope": [
"global"
],
"type": "enumeration",
"validValues": [
"NO_LOG",
Expand Down Expand Up @@ -20761,7 +20760,7 @@
},
"log_slow_filter": {
"cli": "log-slow-filter=value1[,value2...]",
"default": "admin, filesort, filesort_on_disk, full_join, full_scan, query_cache, query_cache_miss, tmp_table, tmp_table_on_disk (<= MariaDB 10.3.0), admin, filesort, filesort_on_disk, filesort_priority_queue, full_join, full_scan, query_cache, query_cache_miss, tmp_table, tmp_table_on_disk (>= MariaDB 10.3.1)",
"default": "admin, filesort, filesort_on_disk, filesort_priority_queue, full_join, full_scan, query_cache, query_cache_miss, tmp_table, tmp_table_on_disk",
"dynamic": true,
"name": "log_slow_filter",
"scope": [
Expand All @@ -20776,6 +20775,7 @@
"filesort_priority_queue",
"full_join",
"full_scan",
"not_using_index",
"query_cache",
"query_cache_miss",
"tmp_table",
Expand Down Expand Up @@ -26769,128 +26769,6 @@
}
]
},
"sql_error_log": {
"cli": "--sql-error-log=value",
"default": "ON",
"name": "sql_error_log",
"type": "enumeration",
"validValues": [
"OFF",
"ON",
"FORCE",
"FORCE_PLUS_PERMANENT"
],
"ids": [
{
"anchor": "sql_error_log",
"url": "https://mariadb.com/kb/en/library/documentation/sql-error-log-plugin/"
}
]
},
"sql_error_log_filename": {
"cli": "--sql-error-log-filename=value",
"default": "sql_errors.log",
"dynamic": false,
"name": "sql_error_log_filename",
"scope": [
"global"
],
"type": "string",
"ids": [
{
"anchor": "sql_error_log_filename",
"url": "https://mariadb.com/kb/en/library/documentation/sql-error-log-plugin/"
}
]
},
"sql_error_log_rate": {
"cli": "--sql-error-log-rate=#",
"default": "1",
"dynamic": true,
"name": "sql_error_log_rate",
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "sql_error_log_rate",
"url": "https://mariadb.com/kb/en/library/documentation/sql-error-log-plugin/"
}
]
},
"sql_error_log_rotate": {
"cli": "--sql-error-log-rotate={0|1}",
"default": "OFF",
"dynamic": true,
"name": "sql_error_log_rotate",
"scope": [
"global"
],
"type": "boolean",
"ids": [
{
"anchor": "sql_error_log_rotate",
"url": "https://mariadb.com/kb/en/library/documentation/sql-error-log-plugin/"
}
]
},
"sql_error_log_rotations": {
"cli": "--sql-error-log-rotations",
"default": "9",
"dynamic": false,
"name": "sql_error_log_rotations",
"range": {
"from": 1,
"to": 999
},
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "sql_error_log_rotations",
"url": "https://mariadb.com/kb/en/library/documentation/sql-error-log-plugin/"
}
]
},
"sql_error_log_size_limit": {
"cli": "--sql-error-log-size-limit=#",
"default": "1000000",
"dynamic": false,
"name": "sql_error_log_size_limit",
"range": {
"from": 100,
"to": 9223372036854775807
},
"scope": [
"global"
],
"type": "integer",
"ids": [
{
"anchor": "sql_error_log_size_limit",
"url": "https://mariadb.com/kb/en/library/documentation/sql-error-log-plugin/"
}
]
},
"sql_error_log_warnings": {
"cli": "--sql-error-log-warnings={0,1}",
"default": "OFF",
"dynamic": true,
"name": "sql_error_log_warnings",
"scope": [
"global"
],
"type": "boolean",
"ids": [
{
"anchor": "sql_error_log_warnings",
"url": "https://mariadb.com/kb/en/library/documentation/sql-error-log-plugin/"
}
]
},
"Ssl_accept_renegotiates": {
"name": "Ssl_accept_renegotiates",
"scope": [
Expand Down
Loading

0 comments on commit 686ebf8

Please sign in to comment.