diff options
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 34184f5ba97..60204349de2 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -296,5 +296,6 @@ #define ER_MISSING_SKIP_SLAVE 1277 #define ER_UNTIL_COND_IGNORED 1278 #define ER_WRONG_INDEX_NAME 1279 -#define ER_BAD_FT_COLUMN 1280 -#define ER_ERROR_MESSAGES 281 +#define ER_WARN_QC_RESIZE 1280 +#define ER_BAD_FT_COLUMN 1281 +#define ER_ERROR_MESSAGES 282 |