diff options
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r-- | include/mysqld_error.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h index cf032380e2f..1f66eb54df5 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -380,4 +380,7 @@ #define ER_TRG_ON_VIEW_OR_TEMP_TABLE 1361 #define ER_TRG_CANT_CHANGE_ROW 1362 #define ER_TRG_NO_SUCH_ROW_IN_TRG 1363 -#define ER_ERROR_MESSAGES 364 +#define ER_VIEW_MULTIUPDATE 1364 +#define ER_VIEW_NO_INSERT_FIELD_LIST 1365 +#define ER_VIEW_DELETE_MERGE_VIEW 1366 +#define ER_ERROR_MESSAGES 367 |