mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
generalize ER_TABLE_NEEDS_UPGRADE to work for views too
This commit is contained in:
parent
5091a4ba75
commit
fce4ab0ab4
10 changed files with 20 additions and 17 deletions
|
|
@ -5571,8 +5571,8 @@ 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`\" or dump/reload to fix it!"
|
||||
ger "Tabellenaktualisierung erforderlich. Bitte zum Reparieren \"REPAIR TABLE `%-.32s`\" eingeben!"
|
||||
eng "Upgrade required. Please do \"REPAIR %s %`s\" or dump/reload to fix it!"
|
||||
ger "Aktualisierung erforderlich. Bitte zum Reparieren \"REPAIR %s %`s\" eingeben!"
|
||||
ER_SP_NO_AGGREGATE 42000
|
||||
eng "AGGREGATE is not supported for stored functions"
|
||||
ger "AGGREGATE wird bei gespeicherten Funktionen nicht unterstützt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue