Fixing typo in template
This commit is contained in:
parent
ff2d131d63
commit
afa791cd21
|
@ -15,7 +15,7 @@ query_cache_size = %%getVar('dbQueryCacheSize')
|
|||
|
||||
tmp_table_size = %%dbTmpTableSize
|
||||
max_heap_table_size = %%dbTmpTableSize
|
||||
max_allowed_packet = %%dbMaxAllowedPacket
|
||||
max_allowed_packet = %%{dbMaxAllowedPacket}M
|
||||
|
||||
%if %%dbEnableSlowQueryLogs == "oui"
|
||||
slow-query-log = 1
|
||||
|
|
Loading…
Reference in New Issue