diff options
author | monty@mysql.com <> | 2004-12-31 00:50:30 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-12-31 00:50:30 +0200 |
commit | 34d5331cee44cdcb62245779ad486ccbef6bf4c2 (patch) | |
tree | d4dfebc9b9c93790a9be3f9e6807f3923a6b3d3e /include/my_base.h | |
parent | 4dbd101c571a71db38d4ecb61f3ce6b87012122a (diff) | |
parent | d71c030587c8638422c5e7d23043430f2733575b (diff) | |
download | mariadb-git-34d5331cee44cdcb62245779ad486ccbef6bf4c2.tar.gz |
Merge with global tree
Diffstat (limited to 'include/my_base.h')
-rw-r--r-- | include/my_base.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/my_base.h b/include/my_base.h index dd1c56eb8bb..1713a07f6ec 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -311,7 +311,8 @@ 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_LAST 157 /*Copy last error nr.*/ +#define HA_ERR_NULL_IN_SPATIAL 158 /* NULLs are not supported in spatial index */ +#define HA_ERR_LAST 158 /*Copy last error nr.*/ /* Add error numbers before HA_ERR_LAST and change it accordingly. */ #define HA_ERR_ERRORS (HA_ERR_LAST - HA_ERR_FIRST + 1) |