diff options
Diffstat (limited to 'include/mysqld_error.h')
-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 91b10ab578a..1ee88d90343 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -303,4 +303,5 @@ #define ER_CATALOG 1284 #define ER_WARN_QC_RESIZE 1285 #define ER_BAD_FT_COLUMN 1286 -#define ER_ERROR_MESSAGES 287 +#define ER_UNKNOWN_KEY_CACHE 1287 +#define ER_ERROR_MESSAGES 288 |