1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

cleanup: generalize ER_SPATIAL_CANT_HAVE_NULL

This commit is contained in:
Sergei Golubchik
2024-01-17 15:48:53 +01:00
parent 356baeea4b
commit fd69abe44f
7 changed files with 29 additions and 30 deletions

View File

@@ -143,6 +143,7 @@ typedef unsigned long long my_ulonglong;
#define ER_UNSUPPORTED_ENGINE_FOR_VIRTUAL_COLUMNS ER_UNSUPPORTED_ENGINE_FOR_GENERATED_COLUMNS
#define ER_KEY_COLUMN_DOES_NOT_EXITS ER_KEY_COLUMN_DOES_NOT_EXIST
#define ER_DROP_PARTITION_NON_EXISTENT ER_PARTITION_DOES_NOT_EXIST
#define ER_SPATIAL_CANT_HAVE_NULL ER_INDEX_CANNOT_HAVE_NULL
typedef struct st_mysql_rows {
struct st_mysql_rows *next; /* list of rows */