mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
added building without query cache
configure.in: new configure parameter (now only for embeded server) include/my_global.h: now query cache always included in server, because of problrms with test suit mysql-test/r/flush.result: removed double testing mysql-test/t/flush.test: removed double testing mysql-test/t/grant_cache.test: now it is only memo about query cache mysql-test/t/query_cache.test: now it is only memo about query cache
This commit is contained in:
4
mysql-test/include/have_query_cache.inc
Normal file
4
mysql-test/include/have_query_cache.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
-- require r/have_query_cache.require
|
||||
disable_query_log;
|
||||
show variables like "have_query_cache";
|
||||
enable_query_log;
|
Reference in New Issue
Block a user