List:Commits« Previous MessageNext Message »
From:Gleb Shchepa Date:April 8 2009 1:40pm
Subject:bzr commit into mysql-5.1-bugteam branch (gshchepa:2855) Bug#42563
View as plain text  
#At file:///work/bzr/42563-5.1/ based on revid:satya.bn@stripped

 2855 Gleb Shchepa	2009-04-08
      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!"
      modified:
        sql/share/errmsg.txt

per-file messages:
  sql/share/errmsg.txt
    Bug #42563: Message tells me to repair table though Storage
                Engine doesn't allow me to.
    
    The ER_TABLE_NEEDS_UPGRADE error message has been changed to:
    
      Table upgrade required. Please do "REPAIR TABLE ``%-.32s`"
      or dump/reload to fix it!"
=== modified file 'sql/share/errmsg.txt'
--- a/sql/share/errmsg.txt	2009-03-05 11:20:01 +0000
+++ b/sql/share/errmsg.txt	2009-04-08 13:40:43 +0000
@@ -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"

Thread
bzr commit into mysql-5.1-bugteam branch (gshchepa:2855) Bug#42563Gleb Shchepa8 Apr