Merged bug #11766769 to 5.5.

Added back the specific warning number.
This commit is contained in:
Georgi Kodinov 2011-03-25 14:55:22 +02:00
commit 0d01bcca9d
11 changed files with 122 additions and 4 deletions

View file

@ -6402,3 +6402,6 @@ ER_MULTI_UPDATE_KEY_CONFLICT
# message as mysqlcheck parses the error message looking for ALTER TABLE.
ER_TABLE_NEEDS_REBUILD
eng "Table rebuild required. Please do \"ALTER TABLE `%-.32s` FORCE\" or dump/reload to fix it!"
WARN_OPTION_BELOW_LIMIT
eng "The value of '%s' should be no less than the value of '%s'"