mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +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
|
|
@ -179,7 +179,7 @@
|
|||
"Você está usando modo de atualização seguro e tentou atualizar uma tabela sem uma cláusula WHERE que use uma coluna chave",
|
||||
"Chave '%-.64s' não existe na tabela '%-.64s'",
|
||||
"Não pode abrir a tabela",
|
||||
"O manipulador de tabela não suporta checagem/reparação (check/repair)",
|
||||
"O manipulador de tabela não suporta %s",
|
||||
"Não lhe é permitido executar este comando em uma transação",
|
||||
"Obteve erro %d durante COMMIT",
|
||||
"Obteve erro %d durante ROLLBACK",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue