mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
errmsg.txt:
More descriptive foreign key error messages
This commit is contained in:
parent
9826599da9
commit
1033c9d2ec
1 changed files with 2 additions and 2 deletions
|
@ -217,8 +217,8 @@
|
|||
"Deadlock found when trying to get lock; Try restarting transaction",
|
||||
"The used table type doesn't support FULLTEXT indexes",
|
||||
"Cannot add foreign key constraint",
|
||||
"Cannot add a child row: a foreign key constraint fails",
|
||||
"Cannot delete a parent row: a foreign key constraint fails",
|
||||
"Cannot add or update a child row: a foreign key constraint fails",
|
||||
"Cannot delete or update a parent row: a foreign key constraint fails",
|
||||
"Error connecting to master: %-.128s",
|
||||
"Error running query on master: %-.128s",
|
||||
"Error when executing command %s: %-.128s",
|
||||
|
|
Loading…
Reference in a new issue