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 59146f63179..9798c13c075 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -372,4 +372,5 @@ #define ER_WARN_VIEW_MERGE 1353 #define ER_WARN_VIEW_WITHOUT_KEY 1354 #define ER_VIEW_INVALID 1355 -#define ER_ERROR_MESSAGES 356 +#define ER_SP_NO_DROP_SP 1356 +#define ER_ERROR_MESSAGES 357 |