diff options
Diffstat (limited to 'mysys/my_handler.c')
-rw-r--r-- | mysys/my_handler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysys/my_handler.c b/mysys/my_handler.c index f7cf4f310d7..2b1c91a43e2 100644 --- a/mysys/my_handler.c +++ b/mysys/my_handler.c @@ -626,7 +626,8 @@ static const char *handler_error_messages[]= "Record is the same", "It is not possible to log this statement", "The table is of a new format not supported by this version", - "Got a fatal error during initialzaction of handler" + "Got a fatal error during initialzaction of handler", + "File to short; Expected more data in file" }; |