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 ed83c5e57a8..d2ed22b3bfd 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -262,4 +262,5 @@ #define ER_CYCLIC_REFERENCE 1243 #define ER_AUTO_CONVERT 1244 #define ER_ILLEGAL_REFERENCE 1245 -#define ER_ERROR_MESSAGES 246 +#define ER_SELECT_REDUCED 1246 +#define ER_ERROR_MESSAGES 247 |