From 192715dbbb009f8e636c74907f7a8a2678bab63b Mon Sep 17 00:00:00 2001 From: "hf@deer.(none)" <> Date: Fri, 10 Dec 2004 16:06:49 +0400 Subject: Fix for bug #6516 (Server crash loading spatial data) (after discussion with SerG) --- include/my_base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/my_base.h') 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 */ -- cgit v1.2.1