diff options
author | monty@donna.mysql.com <> | 2000-11-21 03:43:34 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-11-21 03:43:34 +0200 |
commit | b65dbb61143e7add58481dc4bc184c530a9a5582 (patch) | |
tree | 18fdf025bea7d918e304f45384902d822f68f2f6 /extra | |
parent | b7d81c037904a6d5d9e4a8602b1c9d5406a23a20 (diff) | |
download | mariadb-git-b65dbb61143e7add58481dc4bc184c530a9a5582.tar.gz |
Fixed problem with auto-repair of MyISAM tables
Fixed bug in ISAM and MyISAM when updating from multiple-processes
Diffstat (limited to 'extra')
-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 }, }; |