diff options
author | Ignacio Galarza <iggy@mysql.com> | 2009-03-19 09:44:58 -0400 |
---|---|---|
committer | Ignacio Galarza <iggy@mysql.com> | 2009-03-19 09:44:58 -0400 |
commit | fd47377aa7fa70bfa7056d7266560ce944e11c4e (patch) | |
tree | 0d1697348f5ffacdf22ddce0537910d41d6482f0 /extra | |
parent | fbc16e58034eb0306a9f123a690af015c1e1baca (diff) | |
parent | 4be037965d6afdc7da4b80b2e970149d161111f8 (diff) | |
download | mariadb-git-fd47377aa7fa70bfa7056d7266560ce944e11c4e.tar.gz |
auto-merge
Diffstat (limited to 'extra')
-rw-r--r-- | extra/perror.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/perror.c b/extra/perror.c index 37d6b45c8dd..ba638aca819 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -97,6 +97,17 @@ static HA_ERRORS ha_errlist[]= { 150,"Foreign key constraint is incorrectly formed"}, { 151,"Cannot add a child row"}, { 152,"Cannot delete a parent row"}, + { 153,"No savepoint with that name"}, + { 154,"Non unique key block size"}, + { 155,"The table does not exist in engine"}, + { 156,"The table existed in storage engine"}, + { 157,"Could not connect to storage engine"}, + { 158,"NULLs are not supported in spatial index"}, + { 159,"The table changed in storage engine"}, + { 160,"The table changed in storage engine"}, + { 161,"The table is not writable"}, + { 162,"Failed to get the next autoinc value"}, + { 163,"Failed to set the row autoinc value"}, { -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"}, |