diff options
Diffstat (limited to 'extra/perror.c')
-rw-r--r-- | extra/perror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/perror.c b/extra/perror.c index ec523ecba0b..5fc1f75785b 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -66,6 +66,7 @@ static HA_ERRORS ha_errlist[]= { 142,"Unknown character set used"}, { 143,"Conflicting table definition between MERGE and mapped table"}, { 144,"Table is crashed and last repair failed"}, + { 145,"Table was marked as crashed and should be repaired"}, { 0,NullS }, }; |