corrected error message for OPTIMIZE/ANALYZE/etc,

also for InnoDB that supports CHECK table but not REPAIR
This commit is contained in:
unknown 2002-11-08 22:22:23 +01:00
commit 93b95819da
23 changed files with 29 additions and 24 deletions

View file

@ -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",