mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
New error messages for MATCH and UNION
This commit is contained in:
@ -210,9 +210,10 @@
|
||||
#define ER_READ_ONLY_TRANSACTION 1207
|
||||
#define ER_DROP_DB_WITH_READ_LOCK 1208
|
||||
#define ER_CREATE_DB_WITH_READ_LOCK 1209
|
||||
#define ER_CONNECT_TO_MASTER 1210
|
||||
#define ER_QUERY_ON_MASTER 1211
|
||||
#define ER_ERROR_WHEN_EXECUTING_COMMAND 1212
|
||||
#define ER_WRONG_USAGE 1213
|
||||
#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1214
|
||||
#define ER_ERROR_MESSAGES 215
|
||||
#define ER_WRONG_ARGUMENTS 1210
|
||||
#define ER_CONNECT_TO_MASTER 1211
|
||||
#define ER_QUERY_ON_MASTER 1212
|
||||
#define ER_ERROR_WHEN_EXECUTING_COMMAND 1213
|
||||
#define ER_WRONG_USAGE 1214
|
||||
#define ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 1215
|
||||
#define ER_ERROR_MESSAGES 216
|
||||
|
Reference in New Issue
Block a user