summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbell@laptop.sanja.is.com.ua <>2003-10-09 00:13:15 +0300
committerbell@laptop.sanja.is.com.ua <>2003-10-09 00:13:15 +0300
commitf836a796c4824c15a0cfcd61d4c80a7014ab1c51 (patch)
tree28cdbaf2f671896fa94669399044b57b329d7d00 /include
parent9b4018066ed3f4786d56c161477a1481520a34e7 (diff)
downloadmariadb-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.h3
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