summaryrefslogtreecommitdiff
path: root/extra/perror.c
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2009-08-04 10:53:15 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2009-08-04 10:53:15 -0300
commit49d88efc078f384605edc7fb999e7678d6aa51e0 (patch)
tree0e16d7008f0346b0a3a87d68e81cfed416c2cbb4 /extra/perror.c
parent52c95d0ccfef7f897bd79ee4b48da5ec752c70c2 (diff)
parent77acccc21fd4e95811757d95788d711fff45c586 (diff)
downloadmariadb-git-49d88efc078f384605edc7fb999e7678d6aa51e0.tar.gz
Merge from mysql-5.0-bugteam.
Diffstat (limited to 'extra/perror.c')
-rw-r--r--extra/perror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/perror.c b/extra/perror.c
index ba638aca819..1ee2ec08d83 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -108,6 +108,7 @@ static HA_ERRORS ha_errlist[]=
{ 161,"The table is not writable"},
{ 162,"Failed to get the next autoinc value"},
{ 163,"Failed to set the row autoinc value"},
+ { 164,"Too many active concurrent transactions"},
{ -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"},