Commit 10740acf authored by sunny's avatar sunny

branches/zip: Non functional change to error message.

parent 61a33895
...@@ -1882,7 +1882,7 @@ innobase_init( ...@@ -1882,7 +1882,7 @@ innobase_init(
sql_print_error("InnoDB: invalid " sql_print_error("InnoDB: invalid "
"innodb_file_format_check value: " "innodb_file_format_check value: "
"should be either 'on' or 'off' or " "should be either 'on' or 'off' or "
"any value up to %s or it's " "any value up to %s or its "
"equivalent numeric id", "equivalent numeric id",
trx_sys_file_format_id_to_name( trx_sys_file_format_id_to_name(
DICT_TF_FORMAT_MAX)); DICT_TF_FORMAT_MAX));
...@@ -9045,7 +9045,7 @@ innodb_file_format_check_validate( ...@@ -9045,7 +9045,7 @@ innodb_file_format_check_validate(
sql_print_warning( sql_print_warning(
"InnoDB: invalid innodb_file_format_check " "InnoDB: invalid innodb_file_format_check "
"value; can be any format up to %s " "value; can be any format up to %s "
"or it's equivalent numeric id", "or its equivalent numeric id",
trx_sys_file_format_id_to_name( trx_sys_file_format_id_to_name(
DICT_TF_FORMAT_MAX)); DICT_TF_FORMAT_MAX));
} }
......
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