1
0
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:
vva@eagle.mysql.r18.ru
2004-03-13 23:13:31 +04:00
parent 001ad87554
commit 5bada5ee99
27 changed files with 96 additions and 1 deletions

View File

@ -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