From f03fee06b0f4bdb1d754d987db3375cade02445e Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 15 Sep 2021 19:18:11 +0300 Subject: 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. --- include/my_handler_errors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/my_handler_errors.h') diff --git a/include/my_handler_errors.h b/include/my_handler_errors.h index faf7b9f459e..69b1566557d 100644 --- a/include/my_handler_errors.h +++ b/include/my_handler_errors.h @@ -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 */ -- cgit v1.2.1