diff --git a/templates/server.cnf.j2 b/templates/server.cnf.j2 index d70998a..5479080 100644 --- a/templates/server.cnf.j2 +++ b/templates/server.cnf.j2 @@ -47,12 +47,6 @@ ft_min_word_len = {{ mysqld_ft_min_word_lenght }} {% endif %} ft_boolean_syntax = '{{ mysql_ft_boolean_syntax | default('+ -><()~*:\"\"&|') }}' -# -# * Query Cache Configuration -# -query_cache_limit = 1M -query_cache_size = 16M - {% if mysql_binary_logging %} server-id={{ mysql_server_id }} # Enable binary logging. This is required for acting as a MASTER in a