diff options
Diffstat (limited to 'mysys/my_handler_errors.h')
-rw-r--r-- | mysys/my_handler_errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysys/my_handler_errors.h b/mysys/my_handler_errors.h index e360af8c57e..c239cabb168 100644 --- a/mysys/my_handler_errors.h +++ b/mysys/my_handler_errors.h @@ -62,6 +62,7 @@ static const char *handler_error_messages[]= "The event could not be processed no other hanlder error happened", "Got a fatal error during initialzaction of handler", "File to short; Expected more data in file", - "Read page with wrong checksum" + "Read page with wrong checksum", + "Too many active concurrent transactions" }; |