diff options
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index 0075e51f72d..fa5fd3db2b0 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -370,4 +370,9 @@ #define ER_VIEW_WRONG_LIST 1351 #define ER_WARN_VIEW_MERGE 1352 #define ER_WARN_VIEW_WITHOUT_KEY 1353 -#define ER_ERROR_MESSAGES 354 +#define ER_TRG_ALREADY_EXISTS 1354 +#define ER_TRG_DOES_NOT_EXIST 1355 +#define ER_TRG_ON_VIEW_OR_TEMP_TABLE 1356 +#define ER_TRG_CANT_CHANGE_ROW 1357 +#define ER_TRG_NO_SUCH_ROW_IN_TRG 1358 +#define ER_ERROR_MESSAGES 359 |