mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
branches/zip: Non functional change to error message.
This commit is contained in:
parent
fc02f76d78
commit
1cd233d2d7
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue