diff options
Diffstat (limited to 'include')
-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 1e190496fde..8270dd6ee73 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -387,4 +387,7 @@ #define ER_VIEW_NONUPD_CHECK 1368 #define ER_VIEW_CHECK_FAILED 1369 #define ER_SP_ACCESS_DENIED_ERROR 1370 -#define ER_ERROR_MESSAGES 371 +#define ER_VIEW_MULTIUPDATE 1371 +#define ER_VIEW_NO_INSERT_FIELD_LIST 1372 +#define ER_VIEW_DELETE_MERGE_VIEW 1373 +#define ER_ERROR_MESSAGES 374 |