diff options
author | magnus@neptunus.(none) <> | 2004-04-15 09:14:14 +0200 |
---|---|---|
committer | magnus@neptunus.(none) <> | 2004-04-15 09:14:14 +0200 |
commit | 7c2c408cb8f519cc57916809525d425939bc2b5a (patch) | |
tree | e8f88e89d865e1db6c1ca7d6c5fa4d85a090de4c /include/my_base.h | |
parent | ec9e88ba1dddb0de00d06b6eae084f1131a884ee (diff) | |
download | mariadb-git-7c2c408cb8f519cc57916809525d425939bc2b5a.tar.gz |
Added NDB storage engine
Diffstat (limited to 'include/my_base.h')
-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 b38e177fd89..28d78d08401 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -287,6 +287,9 @@ enum ha_base_keytype { #define HA_ERR_ROW_IS_REFERENCED 152 /* Cannot delete a parent row */ #define HA_ERR_NO_SAVEPOINT 153 /* No savepoint with that name */ #define HA_ERR_NON_UNIQUE_BLOCK_SIZE 154 /* Non unique key block size */ +#define HA_ERR_OLD_METADATA 155 /* The frm file on disk is old */ +#define HA_ERR_TABLE_EXIST 156 /* The table existed in storage engine */ +#define HA_ERR_NO_CONNECTION 157 /* Could not connect to storage engine */ /* Other constants */ |