From cb7954fb66cd64a08df1b98ee9acb725136292af Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 21 Jun 2018 18:32:58 +0200 Subject: [PATCH] Make cache query really disabled --- tmpl/tunning.cnf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmpl/tunning.cnf b/tmpl/tunning.cnf index e0d2e8f..329934c 100644 --- a/tmpl/tunning.cnf +++ b/tmpl/tunning.cnf @@ -14,6 +14,9 @@ query_cache_type = 1 query_cache_limit = %%getVar('dbQueryCacheLimit') query_cache_min_res_unit = %%getVar('dbQueryCacheMinRestUnit') query_cache_size = %%getVar('dbQueryCacheSize') +%else +query_cache_type = 0 +query_cache_size = 0 %end if tmp_table_size = %%dbTmpTableSize