diff options
author | hf@deer.(none) <> | 2004-12-10 16:06:49 +0400 |
---|---|---|
committer | hf@deer.(none) <> | 2004-12-10 16:06:49 +0400 |
commit | 192715dbbb009f8e636c74907f7a8a2678bab63b (patch) | |
tree | fac5d0ecf6bba7008a8028e86bee3f9cee4960a1 /include | |
parent | 4915d196eb9d20cb627603a7ca4a83bf8637d0ba (diff) | |
download | mariadb-git-192715dbbb009f8e636c74907f7a8a2678bab63b.tar.gz |
Fix for bug #6516 (Server crash loading spatial data)
(after discussion with SerG)
Diffstat (limited to 'include')
-rw-r--r-- | include/my_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_base.h b/include/my_base.h index d884113dc4d..7290d0da09b 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -291,6 +291,7 @@ enum ha_base_keytype { #define HA_ERR_NO_SUCH_TABLE 155 /* The table does not exist in engine */ #define HA_ERR_TABLE_EXIST 156 /* The table existed in storage engine */ #define HA_ERR_NO_CONNECTION 157 /* Could not connect to storage engine */ +#define HA_ERR_NULL_IN_SPATIAL 158 /* NULLs are not supported in spatial index */ /* Other constants */ |