summaryrefslogtreecommitdiff
path: root/extra/perror.c
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-17 23:44:19 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-17 23:44:19 +0300
commit9d62e4a05b1c8399787b624a90e0cab0aa42c57c (patch)
treeb23f655222bd76f19d10d68ffd2c272d0bd75df3 /extra/perror.c
parent79ce69d7ea240cd8ef885d8dea9ee0f116f33348 (diff)
parentffe994614f09f79104a20fe75b1e2986d062523a (diff)
downloadmariadb-git-9d62e4a05b1c8399787b624a90e0cab0aa42c57c.tar.gz
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Diffstat (limited to 'extra/perror.c')
-rw-r--r--extra/perror.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/perror.c b/extra/perror.c
index 5fc1f75785b..038665438d9 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -67,6 +67,10 @@ static HA_ERRORS ha_errlist[]=
{ 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"},
+ { 146,"Lock timed out; Retry transaction"},
+ { 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"},
{ 0,NullS },
};