diff options
author | hf@deer.(none) <> | 2004-06-29 19:55:13 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2004-06-29 19:55:13 +0500 |
commit | eb67909bf4a280c14267940d27172f7671aa2716 (patch) | |
tree | 59be5629c3d654d6e28ff306d4e15ffad39fb346 /include | |
parent | 6acd105b16da4f825f7be335c36258d8586e10af (diff) | |
download | mariadb-git-eb67909bf4a280c14267940d27172f7671aa2716.tar.gz |
WL#1600 (Warn if result is truncatet due to max_allowed_packet)
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 0dcc09a173f..0dd56772e79 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -316,4 +316,5 @@ #define ER_GET_TEMPORARY_ERRMSG 1297 #define ER_UNKNOWN_TIME_ZONE 1298 #define ER_WARN_INVALID_TIMESTAMP 1299 -#define ER_ERROR_MESSAGES 300 +#define ER_WARN_ALLOWED_PACKET_OVERFLOWED 1300 +#define ER_ERROR_MESSAGES 301 |