summaryrefslogtreecommitdiff
path: root/include/my_base.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-12-31 00:50:30 +0200
committermonty@mysql.com <>2004-12-31 00:50:30 +0200
commit34d5331cee44cdcb62245779ad486ccbef6bf4c2 (patch)
treed4dfebc9b9c93790a9be3f9e6807f3923a6b3d3e /include/my_base.h
parent4dbd101c571a71db38d4ecb61f3ce6b87012122a (diff)
parentd71c030587c8638422c5e7d23043430f2733575b (diff)
downloadmariadb-git-34d5331cee44cdcb62245779ad486ccbef6bf4c2.tar.gz
Merge with global tree
Diffstat (limited to 'include/my_base.h')
-rw-r--r--include/my_base.h3
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)