mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
fixed bug #1427 "enum allows duplicate values in the list"
This commit is contained in:
@ -307,4 +307,5 @@
|
||||
#define ER_NON_UPDATABLE_TABLE 1288
|
||||
#define ER_FEATURE_DISABLED 1289
|
||||
#define ER_OPTION_PREVENTS_STATEMENT 1290
|
||||
#define ER_ERROR_MESSAGES 291
|
||||
#define ER_DUPLICATED_VALUE_IN_TYPE 1291
|
||||
#define ER_ERROR_MESSAGES 292
|
||||
|
Reference in New Issue
Block a user