1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

All segments of SPATIAL keys MUST be NOT NULL.

Allow NULL geometry fields.
This commit is contained in:
ram@mysql.r18.ru
2003-02-26 20:25:48 +04:00
parent 368347685d
commit 2870719c70
25 changed files with 52 additions and 28 deletions

View File

@ -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