mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Improve error messages from Aria
- Error on commit now returns HA_ERR_COMMIT_ERROR instead of HA_ERR_INTERNAL_ERROR - If checkpoint fails, it will now print out where it failed.
This commit is contained in:
@@ -107,7 +107,8 @@ static const char *handler_error_messages[]=
|
||||
"Foreign key cascade delete/update exceeds max depth",
|
||||
"Tablespace is missing for a table",
|
||||
"Sequence has been run out",
|
||||
"Sequence values are conflicting"
|
||||
"Sequence values are conflicting",
|
||||
"Error during commit"
|
||||
};
|
||||
|
||||
#endif /* MYSYS_MY_HANDLER_ERRORS_INCLUDED */
|
||||
|
Reference in New Issue
Block a user