diff options
author | monty@hundin.mysql.fi <> | 2001-11-04 16:14:09 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-04 16:14:09 +0200 |
commit | fd0780493d9f91c1b4e8a0ff80fc670d5cf3b19a (patch) | |
tree | 689c9d0271e23431f1ab0ac09e1af4d68a58ca76 /include | |
parent | 67951fdeb4195d6fcefeba6aab811b6c5e585178 (diff) | |
parent | 65d4c846d83467270e56537b2cd0f44fc37ef9be (diff) | |
download | mariadb-git-fd0780493d9f91c1b4e8a0ff80fc670d5cf3b19a.tar.gz |
merge with 3.23.44
Diffstat (limited to 'include')
-rw-r--r-- | include/my_base.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/my_base.h b/include/my_base.h index 4fdc2c33a39..065ac073099 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -219,6 +219,9 @@ enum ha_base_keytype { #define HA_ERR_LOCK_TABLE_FULL 147 #define HA_ERR_READ_ONLY_TRANSACTION 148 /* Updates not allowed */ #define HA_ERR_LOCK_DEADLOCK 149 +#define HA_ERR_CANNOT_ADD_FOREIGN 150 /* Cannot add a foreign key constr. */ +#define HA_ERR_NO_REFERENCED_ROW 151 /* Cannot add a child row */ +#define HA_ERR_ROW_IS_REFERENCED 152 /* Cannot delete a parent row */ /* Other constants */ |