diff options
Diffstat (limited to 'extra/perror.c')
-rw-r--r-- | extra/perror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/perror.c b/extra/perror.c index af8f77e19be..ec523ecba0b 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.5" +#define PERROR_VERSION "2.6" #include <global.h> #include <my_sys.h> @@ -62,7 +62,7 @@ static HA_ERRORS ha_errlist[]= { 138,"Unsupported extension used for table" }, { 139,"Too big row (>= 16 M)"}, { 140,"Wrong create options"}, - { 141,"Duplicate unique on write or update"}, + { 141,"Duplicate unique key or constraint 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"}, |