diff options
author | bell@laptop.sanja.is.com.ua <> | 2003-10-09 00:13:15 +0300 |
---|---|---|
committer | bell@laptop.sanja.is.com.ua <> | 2003-10-09 00:13:15 +0300 |
commit | f836a796c4824c15a0cfcd61d4c80a7014ab1c51 (patch) | |
tree | 28cdbaf2f671896fa94669399044b57b329d7d00 /include | |
parent | 9b4018066ed3f4786d56c161477a1481520a34e7 (diff) | |
download | mariadb-git-f836a796c4824c15a0cfcd61d4c80a7014ab1c51.tar.gz |
added worning about changing requested size of query cache (BUG#1502)
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 3c20202603f..a280dbc5223 100644 --- a/include/mysqld_error.h +++ b/include/mysqld_error.h @@ -295,4 +295,5 @@ #define ER_BAD_SLAVE_UNTIL_COND 1276 #define ER_MISSING_SKIP_SLAVE 1277 #define ER_UNTIL_COND_IGNORED 1278 -#define ER_ERROR_MESSAGES 279 +#define ER_WARN_QC_RESIZE 1279 +#define ER_ERROR_MESSAGES 280 |