diff options
Diffstat (limited to 'mysys/my_handler_errors.h')
-rw-r--r-- | mysys/my_handler_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_handler_errors.h b/mysys/my_handler_errors.h index 4c952466545..4f0fd52e767 100644 --- a/mysys/my_handler_errors.h +++ b/mysys/my_handler_errors.h @@ -63,6 +63,7 @@ static const char *handler_error_messages[]= "Got a fatal error during initialization of handler", "File too short; Expected more data in file", "Read page with wrong checksum", + "Too many active concurrent transactions", "Row is not visible by the current transaction" }; |