1
0
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:
Jimmy Yang
2010-07-13 02:58:39 -07:00
parent b7269520bd
commit 29bde8a0ce
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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);