summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorGleb Shchepa <gshchepa@mysql.com>2009-04-14 19:19:15 +0500
committerGleb Shchepa <gshchepa@mysql.com>2009-04-14 19:19:15 +0500
commit9952fa7a36dc78cf8d5bcf7e46642092b5e9770c (patch)
tree95479de090ac195363f3336c8cbeb0ad9a8187b1 /sql/share
parent5592d206f854ee0a772d158e6f1617cbd7730132 (diff)
downloadmariadb-git-9952fa7a36dc78cf8d5bcf7e46642092b5e9770c.tar.gz
Bug #42563: Message tells me to repair table though Storage
Engine doesn't allow me to. In case of incompatible changes between old and new table versions, the mysqlcheck program prints error messages like this: error: Table upgrade required. Please do "REPAIR TABLE `table_name`" to fix it! However, InnoDB doesn't support REPAIR TABLE query, so the message is confusing. Error message text has been changed to: Table upgrade required. Please do "REPAIR TABLE `table_name`" or dump/reload to fix it!"
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/errmsg.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/errmsg.txt b/sql/share/errmsg.txt
index aa1521acab6..f9b66990e93 100644
--- a/sql/share/errmsg.txt
+++ b/sql/share/errmsg.txt
@@ -5614,7 +5614,7 @@ ER_SP_WRONG_NAME 42000
eng "Incorrect routine name '%-.192s'"
ger "Ungültiger Routinenname '%-.192s'"
ER_TABLE_NEEDS_UPGRADE
- eng "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
+ eng "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" or dump/reload to fix it!"
ger "Tabellenaktualisierung erforderlich. Bitte zum Reparieren \"REPAIR TABLE `%-.32s`\" eingeben!"
ER_SP_NO_AGGREGATE 42000
eng "AGGREGATE is not supported for stored functions"