From 74ed32bcf47ff9ee6d3f900cca46d07f9cc70080 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Mon, 19 May 2014 15:11:22 -0600 Subject: [PATCH] Re-enabled query cache. The real cause of apparently cached queries was solved in the notification engine. --- roles/Mini-Mon.json | 1 - split/roles/MySQL.json | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/Mini-Mon.json b/roles/Mini-Mon.json index 0db9f66..d4c8632 100644 --- a/roles/Mini-Mon.json +++ b/roles/Mini-Mon.json @@ -25,7 +25,6 @@ "main_config_file": "/etc/mysql/my.cnf", "server": { "bind_address": "0.0.0.0", - "query_cache_size": "0", "replication": { "password": "password" }, diff --git a/split/roles/MySQL.json b/split/roles/MySQL.json index 37e9aac..2e3f353 100644 --- a/split/roles/MySQL.json +++ b/split/roles/MySQL.json @@ -13,7 +13,6 @@ "main_config_file": "/etc/mysql/my.cnf", "server": { "bind_address": "0.0.0.0", - "query_cache_size": "0", "replication": { "password": "password" },