branches/zip: Non functional change to error message.

This commit is contained in:
sunny 2008-05-06 22:29:53 +00:00
parent fc02f76d78
commit 1cd233d2d7

View file

@ -1882,7 +1882,7 @@ innobase_init(
sql_print_error("InnoDB: invalid "
"innodb_file_format_check value: "
"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",
trx_sys_file_format_id_to_name(
DICT_TF_FORMAT_MAX));
@ -9045,7 +9045,7 @@ innodb_file_format_check_validate(
sql_print_warning(
"InnoDB: invalid innodb_file_format_check "
"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(
DICT_TF_FORMAT_MAX));
}