From afa791cd21ec2b97d82995a157d16ed62640fddb Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 21 Jun 2018 11:04:14 +0200 Subject: [PATCH] Fixing typo in template --- tmpl/tunning.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/tunning.cnf b/tmpl/tunning.cnf index d2edbec..ac990d5 100644 --- a/tmpl/tunning.cnf +++ b/tmpl/tunning.cnf @@ -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