Skip to content
  • Gleb Shchepa's avatar
    9952fa7a
    Bug #42563: Message tells me to repair table though Storage · 9952fa7a
    Gleb Shchepa authored
                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!"
    9952fa7a
    Bug #42563: Message tells me to repair table though Storage
    Gleb Shchepa authored
                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!"
Loading