summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-17 23:44:19 +0300
committermonty@hundin.mysql.fi <>2001-09-17 23:44:19 +0300
commitdb61a3456e89d3afeb9494b4ef9185435bc55b86 (patch)
treeb23f655222bd76f19d10d68ffd2c272d0bd75df3 /extra
parentaf171ae37566a4e7ec14c59773652abb1c103a63 (diff)
parent56cc14ab4c7cd43bbf4e39539f4c21a3d9e46808 (diff)
downloadmariadb-git-db61a3456e89d3afeb9494b4ef9185435bc55b86.tar.gz
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Diffstat (limited to 'extra')
-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 },
};