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 0d752b0daf1..4d65515d6ce 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -317,4 +317,5 @@ #define ER_UNKNOWN_TIME_ZONE 1298 #define ER_WARN_INVALID_TIMESTAMP 1299 #define ER_INVALID_CHARACTER_STRING 1300 -#define ER_ERROR_MESSAGES 301 +#define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1301 +#define ER_ERROR_MESSAGES 302 |