mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
corrected error message for OPTIMIZE/ANALYZE/etc,
also for InnoDB that supports CHECK table but not REPAIR
This commit is contained in:
parent
f76bf0d9db
commit
93b95819da
23 changed files with 29 additions and 24 deletions
|
|
@ -183,7 +183,7 @@
|
|||
"You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column",
|
||||
"Key '%-.64s' doesn't exist in table '%-.64s'",
|
||||
"Can't open table",
|
||||
"The handler for the table doesn't support check/repair",
|
||||
"The handler for the table doesn't support %s",
|
||||
"You are not allowed to execute this command in a transaction",
|
||||
"Got error %d during COMMIT",
|
||||
"Got error %d during ROLLBACK",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue