mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
SCRUM
WL#1163 (Make spatial code separable) fixes before the push include/my_global.h: Temporary place for these defines include/mysqld_error.h: ER_FEATURE_DISABLED definition sql/item_geofunc.cc: #ifdef HAVE_SPATIAL moved to the better place sql/share/english/errmsg.txt: Message for ER_FEATURE_DISABLED
This commit is contained in:
parent
214c178f17
commit
87b3ca5fe0
4 changed files with 7 additions and 3 deletions
|
|
@ -303,4 +303,5 @@
|
|||
#define ER_WARN_HOSTNAME_WONT_WORK 1284
|
||||
#define ER_UNKNOWN_STORAGE_ENGINE 1285
|
||||
#define ER_WARN_DEPRECATED_SYNTAX 1286
|
||||
#define ER_ERROR_MESSAGES 287
|
||||
#define ER_FEATURE_DISABLED 1287
|
||||
#define ER_ERROR_MESSAGES 288
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue