mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix Bug #55095 innodb_file_format_check: no warning for illegal value
rb://397 approved by Sunny Bains
This commit is contained in:
@@ -1 +1 @@
|
||||
--sync-relay-log-info=1 --relay-log-recovery=1 --innodb_file_format_check='ON'
|
||||
--sync-relay-log-info=1 --relay-log-recovery=1 --innodb_file_format_check=1
|
||||
|
@@ -10833,7 +10833,7 @@ by the server. Can be set during server startup at command
|
||||
line or configure file, and a read only variable after
|
||||
server startup */
|
||||
static MYSQL_SYSVAR_BOOL(file_format_check, innobase_file_format_check,
|
||||
PLUGIN_VAR_OPCMDARG | PLUGIN_VAR_READONLY,
|
||||
PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
|
||||
"Whether to perform system file format check.",
|
||||
NULL, NULL, TRUE);
|
||||
|
||||
|
Reference in New Issue
Block a user