diff options
author | ram@mysql.r18.ru <> | 2003-02-26 20:25:48 +0400 |
---|---|---|
committer | ram@mysql.r18.ru <> | 2003-02-26 20:25:48 +0400 |
commit | 2870719c7076644d8e836c06d961b362a3e131b6 (patch) | |
tree | fdab876dd3d590d72bcc4999871c2cf77c42518e /include | |
parent | 368347685d8d7133fec10b0d0719ef066be5a899 (diff) | |
download | mariadb-git-2870719c7076644d8e836c06d961b362a3e131b6.tar.gz |
All segments of SPATIAL keys MUST be NOT NULL.
Allow NULL geometry fields.
Diffstat (limited to 'include')
-rw-r--r-- | include/mysqld_error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 377f714bfff..d2d2ded41af 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -266,4 +266,5 @@ #define ER_SELECT_REDUCED 1247 #define ER_TABLENAME_NOT_ALLOWED_HERE 1248 #define ER_NOT_SUPPORTED_AUTH_MODE 1249 -#define ER_ERROR_MESSAGES 250 +#define ER_SPATIAL_CANT_HAVE_NULL 1250 +#define ER_ERROR_MESSAGES 251 |