diff options
author | heikki@hundin.mysql.fi <> | 2002-12-14 22:38:33 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2002-12-14 22:38:33 +0200 |
commit | 1f7ddcb510fa745034a937c83e6b603e2c981e8f (patch) | |
tree | 38d13f95f2321461d0ca10cda259bae806f6150a /extra | |
parent | f2e9dc6beda57ca4c4311ac709a77e6cb5b816db (diff) | |
download | mariadb-git-1f7ddcb510fa745034a937c83e6b603e2c981e8f.tar.gz |
perror.c:
Add to perror the code 150 about wrong foreign key def
Diffstat (limited to 'extra')
-rw-r--r-- | extra/perror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/perror.c b/extra/perror.c index 4d05adf29aa..e22ce467949 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -80,6 +80,7 @@ static HA_ERRORS ha_errlist[]= { 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"}, + { 150,"Foreign key constraint is incorrectly formed"}, { -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"}, |