Make cache query really disabled

This commit is contained in:
Philippe Caseiro 2018-06-21 18:32:58 +02:00
parent 24552b6ccc
commit cb7954fb66
1 changed files with 3 additions and 0 deletions

View File

@ -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