1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

added building without query cache

This commit is contained in:
bell@sanja.is.com.ua
2002-03-22 22:55:08 +02:00
parent 144b790fc6
commit c5d95b5e62
21 changed files with 114 additions and 43 deletions

View File

@ -0,0 +1,4 @@
-- require r/have_query_cache.require
disable_query_log;
show variables like "have_query_cache";
enable_query_log;