diff options
Diffstat (limited to 'include/my_handler_errors.h')
-rw-r--r-- | include/my_handler_errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_handler_errors.h b/include/my_handler_errors.h index 45614ce221a..faf7b9f459e 100644 --- a/include/my_handler_errors.h +++ b/include/my_handler_errors.h @@ -101,7 +101,7 @@ static const char *handler_error_messages[]= "Operation was interrupted by end user (probably kill command?)", "Disk full", /* 190 */ - "Incompatible key or row definition between the MariaDB .frm file and the information in the storage engine. You have to dump and restore the table to fix this", + "Incompatible key or row definition between the MariaDB .frm file and the information in the storage engine. You may have retry or dump and restore the table to fix this", "Too many words in a FTS phrase or proximity search", "Table encrypted but decryption failed. This could be because correct encryption management plugin is not loaded, used encryption key is not available or encryption method does not match.", "Foreign key cascade delete/update exceeds max depth", |