summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_query_cache.inc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-03-22 22:55:08 +0200
committerbell@sanja.is.com.ua <>2002-03-22 22:55:08 +0200
commitc5d95b5e627a48737c139daadef00c8046645bd7 (patch)
treea691fc4031ec0bdda379decf4651d4789739c5e8 /mysql-test/include/have_query_cache.inc
parent144b790fc60f9f31af654741b92820101e7de947 (diff)
downloadmariadb-git-c5d95b5e627a48737c139daadef00c8046645bd7.tar.gz
added building without query cache
Diffstat (limited to 'mysql-test/include/have_query_cache.inc')
-rw-r--r--mysql-test/include/have_query_cache.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_query_cache.inc b/mysql-test/include/have_query_cache.inc
new file mode 100644
index 00000000000..e5e6052c9a7
--- /dev/null
+++ b/mysql-test/include/have_query_cache.inc
@@ -0,0 +1,4 @@
+-- require r/have_query_cache.require
+disable_query_log;
+show variables like "have_query_cache";
+enable_query_log;