diff options
author | monty@work.mysql.com <> | 2001-09-17 23:26:00 +0200 |
---|---|---|
committer | monty@work.mysql.com <> | 2001-09-17 23:26:00 +0200 |
commit | eb9cbe2cba89f696e782c53f8ce668a8f301cc31 (patch) | |
tree | a544afdc5cdc3dba7918f6a0d8f1341a2fe74ff2 /extra | |
parent | 51c9fd9c9da9667b141093aa1324c61bf2f58f48 (diff) | |
parent | db61a3456e89d3afeb9494b4ef9185435bc55b86 (diff) | |
download | mariadb-git-eb9cbe2cba89f696e782c53f8ce668a8f301cc31.tar.gz |
merge
Diffstat (limited to 'extra')
-rw-r--r-- | extra/perror.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/perror.c b/extra/perror.c index 28a1d217f3e..37a30adce34 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 }, }; |