mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix to return appropriate warnings using SHOW WARNINGS for LOAD DATA INFILE (scrum)
This commit is contained in:
@ -275,5 +275,9 @@
|
||||
#define ER_ZLIB_Z_BUF_ERROR 1256
|
||||
#define ER_ZLIB_Z_DATA_ERROR 1257
|
||||
#define ER_CUT_VALUE_GROUP_CONCAT 1258
|
||||
#define ER_ERROR_MESSAGES 259
|
||||
#define ER_WARN_TOO_FEW_RECORDS 1259
|
||||
#define ER_WARN_TOO_MANY_RECORDS 1260
|
||||
#define ER_WARN_DATA_TRUNCATED 1261
|
||||
#define ER_WARN_NULL_TO_NOTNULL 1262
|
||||
#define ER_ERROR_MESSAGES 263
|
||||
|
||||
|
Reference in New Issue
Block a user