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 Sep 23, 2023
1 parent b86e4fd commit 0e71c5f
Show file tree
Hide file tree
Showing 10 changed files with 342 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
},
{
"cli": "--performance-schema-max-stage-classes=#",
"default": "160 (>= MariaDB 10.3.3), 150 (<= MariaDB 10.3.2)",
"default": "160",
"dynamic": false,
"id": "performance_schema_max_stage_classes",
"name": "performance_schema_max_stage_classes",
Expand Down
22 changes: 20 additions & 2 deletions data/variables/mariadb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@
"name": "join_buffer_space_limit",
"range": {
"from": 2048,
"to": 99999999997952
"to": 18446744073709551615
},
"scope": [
"global",
Expand Down Expand Up @@ -1525,6 +1525,11 @@
],
"type": "enumeration",
"validValues": [
"query_plan",
"innodb",
"explain",
"engine",
"full",
"query_plan",
"innodb",
"explain"
Expand Down Expand Up @@ -2285,6 +2290,7 @@
"partial_match_rowid_merge={on|off}",
"partial_match_table_scan={on|off}",
"rowid_filter={on|off}",
"sargable_casefold={on|off}",
"semijoin={on|off}",
"semijoin_with_cache={on|off}",
"split_materialized={on|off}",
Expand Down Expand Up @@ -2703,6 +2709,18 @@
],
"type": "integer"
},
{
"cli": "--redirect_url=val",
"default": "Empty",
"dynamic": true,
"id": "redirect_url",
"name": "redirect_url",
"scope": [
"global",
"session"
],
"type": "string"
},
{
"cli": "--require-secure-transport[={0|1}]",
"default": "OFF",
Expand Down Expand Up @@ -2803,7 +2821,7 @@
},
{
"cli": "--session-track-system-variables=value",
"default": "autocommit, character_set_client, character_set_connection, character_set_results, time_zone (>= MariaDB 10.3.1), empty string (<= MariaDB 10.3.0)",
"default": ">= MariaDB 11.3: autocommit,character_set_client,character_set_connection,character_set_results,redirect_url,time_zone, <= MariaDB 11.2: autocommit, character_set_client, character_set_connection, character_set_results, time_zone",
"dynamic": true,
"id": "session_track_system_variables",
"name": "session_track_system_variables",
Expand Down
22 changes: 22 additions & 0 deletions data/variables/mariadb-spider-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,17 @@
],
"type": "boolean"
},
{
"default": "OFF",
"dynamic": true,
"id": "spider_ignore_comments",
"name": "spider_ignore_comments",
"scope": [
"global",
"session"
],
"type": "boolean"
},
{
"dynamic": true,
"id": "spider_index_hint_pushdown",
Expand Down Expand Up @@ -1236,6 +1247,17 @@
],
"type": "boolean"
},
{
"default": "OFF",
"dynamic": true,
"id": "spider_suppress_comment_ignored_warning",
"name": "spider_suppress_comment_ignored_warning",
"scope": [
"global",
"session"
],
"type": "boolean"
},
{
"dynamic": true,
"id": "spider_sync_autocommit",
Expand Down
33 changes: 22 additions & 11 deletions data/variables/mariadb-sql-error-log-plugin-variables.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"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",
Expand Down Expand Up @@ -64,17 +77,15 @@
"type": "integer"
},
{
"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-warnings={0,1}",
"default": "OFF",
"dynamic": true,
"id": "sql_error_log_warnings",
"name": "sql_error_log_warnings",
"scope": [
"global"
],
"type": "boolean"
}
],
"name": "sql-error-log-plugin-variables",
Expand Down
11 changes: 11 additions & 0 deletions data/variables/mariadb-xtradbinnodb-server-system-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -3049,6 +3049,17 @@
],
"type": "boolean"
},
{
"cli": "innodb-truncate-temporary-tablespace-now={0|1}",
"default": "OFF",
"dynamic": true,
"id": "innodb_truncate_temporary_tablespace_now",
"name": "innodb_truncate_temporary_tablespace_now",
"scope": [
"global"
],
"type": "boolean"
},
{
"cli": "--innodb-undo-directory=name",
"default": "NULL",
Expand Down
110 changes: 98 additions & 12 deletions dist/merged-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -20292,7 +20292,7 @@
"name": "join_buffer_space_limit",
"range": {
"from": 2048,
"to": 99999999997952
"to": 1.8446744073709552e+19
},
"scope": [
"global",
Expand Down Expand Up @@ -20868,6 +20868,11 @@
],
"type": "enumeration",
"validValues": [
"query_plan",
"innodb",
"explain",
"engine",
"full",
"query_plan",
"innodb",
"explain"
Expand Down Expand Up @@ -22572,6 +22577,23 @@
}
]
},
"redirect_url": {
"cli": "--redirect_url=val",
"default": "Empty",
"dynamic": true,
"name": "redirect_url",
"scope": [
"global",
"session"
],
"type": "string",
"ids": [
{
"anchor": "redirect_url",
"url": "https://mariadb.com/kb/en/library/documentation/replication/optimization-and-tuning/system-variables/server-system-variables/"
}
]
},
"require_secure_transport": {
"default": "OFF",
"dynamic": true,
Expand Down Expand Up @@ -25090,6 +25112,22 @@
}
]
},
"spider_ignore_comments": {
"default": "OFF",
"dynamic": true,
"name": "spider_ignore_comments",
"scope": [
"global",
"session"
],
"type": "boolean",
"ids": [
{
"anchor": "spider_ignore_comments",
"url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/"
}
]
},
"spider_index_hint_pushdown": {
"dynamic": true,
"name": "spider_index_hint_pushdown",
Expand Down Expand Up @@ -26129,6 +26167,22 @@
}
]
},
"spider_suppress_comment_ignored_warning": {
"default": "OFF",
"dynamic": true,
"name": "spider_suppress_comment_ignored_warning",
"scope": [
"global",
"session"
],
"type": "boolean",
"ids": [
{
"anchor": "spider_suppress_comment_ignored_warning",
"url": "https://mariadb.com/kb/en/library/documentation/columns-storage-engines-and-plugins/storage-engines/spider/spider-server-system-variables/"
}
]
},
"spider_sync_autocommit": {
"dynamic": true,
"name": "spider_sync_autocommit",
Expand Down Expand Up @@ -26602,6 +26656,24 @@
}
]
},
"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",
Expand Down Expand Up @@ -26690,20 +26762,18 @@
}
]
},
"sql_error_log": {
"cli": "--sql-error-log=value",
"default": "ON",
"name": "sql_error_log",
"type": "enumeration",
"validValues": [
"OFF",
"ON",
"FORCE",
"FORCE_PLUS_PERMANENT"
"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",
"anchor": "sql_error_log_warnings",
"url": "https://mariadb.com/kb/en/library/documentation/sql-error-log-plugin/"
}
]
Expand Down Expand Up @@ -37017,6 +37087,22 @@
}
]
},
"innodb_truncate_temporary_tablespace_now": {
"cli": "innodb-truncate-temporary-tablespace-now={0|1}",
"default": "OFF",
"dynamic": true,
"name": "innodb_truncate_temporary_tablespace_now",
"scope": [
"global"
],
"type": "boolean",
"ids": [
{
"anchor": "innodb_truncate_temporary_tablespace_now",
"url": "https://mariadb.com/kb/en/library/documentation/xtradbinnodb-server-system-variables/"
}
]
},
"innodb_undo_directory": {
"dynamic": false,
"name": "innodb_undo_directory",
Expand Down
Loading

0 comments on commit 0e71c5f

Please sign in to comment.