diff options
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_handler_errors.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysys/my_handler_errors.h b/mysys/my_handler_errors.h index 9f135a44121..92d9266ae73 100644 --- a/mysys/my_handler_errors.h +++ b/mysys/my_handler_errors.h @@ -79,7 +79,8 @@ static const char *handler_error_messages[]= "File too short; Expected more data in file", "Read page with wrong checksum", "Too many active concurrent transactions", - "Row is not visible by the current transaction", "Operation was interrupted by end user (probably kill command?)", - "Disk full" + "Disk full", + "Row is not visible by the current transaction", + "Table is being used in foreign key check" /* HA_ERR_TABLE_IN_FK_CHECK */ }; |