diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mysqld_error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 53714505fc2..0498196a6c6 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -296,4 +296,5 @@ #define ER_MISSING_SKIP_SLAVE 1277 #define ER_UNTIL_COND_IGNORED 1278 #define ER_WRONG_INDEX_NAME 1279 -#define ER_ERROR_MESSAGES 280 +#define ER_WARN_QC_RESIZE 1280 +#define ER_ERROR_MESSAGES 281 |