summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authormonty@work.mysql.com <>2001-09-18 04:17:52 +0200
committermonty@work.mysql.com <>2001-09-18 04:17:52 +0200
commit55485f5c2d25732bd77c25428f69a78e37e5ff0c (patch)
tree63012919b5be7bd7ba87583c4a399657e6ab81f1 /extra
parent24d282e7b609a96f5246b69867762970f8b8f8d4 (diff)
parentcd78a8be66a18300e8bf48813adc2548ad7552c7 (diff)
downloadmariadb-git-55485f5c2d25732bd77c25428f69a78e37e5ff0c.tar.gz
Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/home/bk/mysql-4.0
Diffstat (limited to 'extra')
-rw-r--r--extra/perror.c17
1 files changed, 15 insertions, 2 deletions
diff --git a/extra/perror.c b/extra/perror.c
index 37a30adce34..7d0c5199e6b 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.6"
+#define PERROR_VERSION "2.7"
#include <my_global.h>
#include <my_sys.h>
@@ -71,6 +71,18 @@ static HA_ERRORS ha_errlist[]=
{ 147,"Lock table is full; Restart program with a larger locktable"},
{ 148,"Updates are not allowed under a read only transactions"},
{ 149,"Lock deadlock; Retry transaction"},
+ { -30999, "DB_INCOMPLETE: Sync didn't finish"},
+ { -30998, "DB_KEYEMPTY: Key/data deleted or never created"},
+ { -30997, "DB_KEYEXIST: The key/data pair already exists"},
+ { -30996, "DB_LOCK_DEADLOCK: Deadlock"},
+ { -30995, "DB_LOCK_NOTGRANTED: Lock unavailable"},
+ { -30994, "DB_NOSERVER: Server panic return"},
+ { -30993, "DB_NOSERVER_HOME: Bad home sent to server"},
+ { -30992, "DB_NOSERVER_ID: Bad ID sent to server"},
+ { -30991, "DB_NOTFOUND: Key/data pair not found (EOF)"},
+ { -30990, "DB_OLD_VERSION: Out-of-date version"},
+ { -30989, "DB_RUNRECOVERY: Panic return"},
+ { -30988, "DB_VERIFY_BAD: Verify failed; bad format"},
{ 0,NullS },
};
@@ -85,7 +97,8 @@ static void usage(void)
{
print_version();
puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\nand you are welcome to modify and redistribute it under the GPL license\n");
- printf("Print a description for a system error code or a error code from\na MyISAM/ISAM table handler\n");
+ printf("Print a description for a system error code or a error code from\na MyISAM/ISAM/BDB table handler.\n");
+ printf("If you want to get the error for a negative error code, you should use\n-- before the first error code to tell perror that there was no more options.\n\n");
printf("Usage: %s [OPTIONS] [ERRORCODE [ERRORCODE...]]\n",my_progname);
printf("\n\
-?, --help Displays this help and exits.\n\