From 6bb37b9343fe260b854928fc4ba6c4974482896b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 22 Jan 2024 21:51:03 +0100 Subject: [PATCH] query_cache_* not supported anymore. --- templates/server.cnf.j2 | 6 ------ 1 file changed, 6 deletions(-) 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