summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/perror.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c
index 6f2fbd864b6..699aac392a1 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -17,7 +17,7 @@
/* Return error-text for system error messages and nisam messages */
-#define PERROR_VERSION "2.3"
+#define PERROR_VERSION "2.4"
#include <global.h>
#include <my_sys.h>
@@ -64,6 +64,7 @@ static HA_ERRORS ha_errlist[]=
{ 141,"Duplicate unique on write or update"},
{ 142,"Unknown character set used"},
{ 143,"Conflicting table definition between MERGE and mapped table"},
+ { 144,"Table is crashed and last repair failed"},
{ 0,NullS },
};