mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove warnings and portability fixes
New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general.
This commit is contained in:
@ -217,4 +217,5 @@
|
||||
#define ER_ERROR_WHEN_EXECUTING_COMMAND 1214
|
||||
#define ER_WRONG_USAGE 1215
|
||||
#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1216
|
||||
#define ER_ERROR_MESSAGES 217
|
||||
#define ER_CANT_UPDATE_WITH_READLOCK 1217
|
||||
#define ER_ERROR_MESSAGES 218
|
||||
|
Reference in New Issue
Block a user