diff options
author | unknown <monty@work.mysql.com> | 2001-09-17 23:26:00 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2001-09-17 23:26:00 +0200 |
commit | d8ae9669cd11f9c61105a9cbf19f9318a0e783fc (patch) | |
tree | a544afdc5cdc3dba7918f6a0d8f1341a2fe74ff2 /extra | |
parent | 9f939ecce6ccf73c5192d721d826f0a2a58a9b3e (diff) | |
parent | 9d62e4a05b1c8399787b624a90e0cab0aa42c57c (diff) | |
download | mariadb-git-d8ae9669cd11f9c61105a9cbf19f9318a0e783fc.tar.gz |
merge
Docs/manual.texi:
Auto merged
extra/perror.c:
Auto merged
include/my_base.h:
Auto merged
include/mysql.h:
Auto merged
scripts/make_binary_distribution.sh:
Auto merged
sql/ha_berkeley.cc:
Auto merged
sql/handler.h:
Auto merged
sql/mysqld.cc:
Auto merged
client/mysqltest.c:
Auto merged
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 }, }; |