Commit 6e41b961 authored by calvin's avatar calvin

branches/zip:

Add a space in a warning message. No functional change to the code.
The original message is "invalid innodb_file_format_checkvalue;...".
The new one is "invalid innodb_file_format_check value;..."
parent 8b449133
...@@ -9058,7 +9058,7 @@ innodb_file_format_check_validate( ...@@ -9058,7 +9058,7 @@ innodb_file_format_check_validate(
if (innobase_file_format_check_on_off(file_format_input)) { if (innobase_file_format_check_on_off(file_format_input)) {
sql_print_warning( sql_print_warning(
"InnoDB: invalid innodb_file_format_check" "InnoDB: invalid innodb_file_format_check "
"value; on/off can only be set at startup or " "value; on/off can only be set at startup or "
"in the configuration file"); "in the configuration file");
} else if (innobase_file_format_check_validate( } else if (innobase_file_format_check_validate(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment