1
0
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:
Monty
2021-09-15 19:18:11 +03:00
parent 6be0ddae5e
commit f03fee06b0
6 changed files with 32 additions and 7 deletions

View File

@@ -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 */