mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 12:13:33 +00:00
10.0-base merge
This commit is contained in:
@ -92,7 +92,8 @@ static const char *handler_error_messages[]=
|
||||
"Row in wrong partition",
|
||||
"Row is not visible by the current transaction",
|
||||
"Operation was interrupted by end user (probably kill command?)",
|
||||
"Disk full"
|
||||
"Disk full",
|
||||
"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"
|
||||
};
|
||||
|
||||
#endif /* MYSYS_MY_HANDLER_ERRORS_INCLUDED */
|
||||
|
Reference in New Issue
Block a user