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