diff options
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index d4848150c3f..0075e51f72d 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -359,4 +359,15 @@ #define ER_FPARSER_EOF_IN_COMMENT 1340 #define ER_FPARSER_ERROR_IN_PARAMETER 1341 #define ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER 1342 -#define ER_ERROR_MESSAGES 343 +#define ER_VIEW_NO_EXPLAIN 1343 +#define ER_FRM_UNKNOWN_TYPE 1344 +#define ER_WRONG_OBJECT 1345 +#define ER_NONUPDATEABLE_COLUMN 1346 +#define ER_VIEW_SELECT_DERIVED 1347 +#define ER_VIEW_SELECT_PROCEDURE 1348 +#define ER_VIEW_SELECT_VARIABLE 1349 +#define ER_VIEW_SELECT_TMPTABLE 1350 +#define ER_VIEW_WRONG_LIST 1351 +#define ER_WARN_VIEW_MERGE 1352 +#define ER_WARN_VIEW_WITHOUT_KEY 1353 +#define ER_ERROR_MESSAGES 354 |