diff options
author | monty@tramp.mysql.fi <> | 2000-09-26 00:33:25 +0300 |
---|---|---|
committer | monty@tramp.mysql.fi <> | 2000-09-26 00:33:25 +0300 |
commit | e32799e4ddeb03362d5740ac4f3ce5a9e4627ea0 (patch) | |
tree | 047c90e932cb7b90a58fe795b855351027725c29 /extra | |
parent | 50486eeb807aefb8af2e03636544fd167ded7f00 (diff) | |
download | mariadb-git-e32799e4ddeb03362d5740ac4f3ce5a9e4627ea0.tar.gz |
RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
Diffstat (limited to 'extra')
-rw-r--r-- | extra/perror.c | 3 |
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 }, }; |