Re-enabled query cache.

The real cause of apparently cached queries was solved in the notification engine.
This commit is contained in:
Tim Kuhlman 2014-05-19 15:11:22 -06:00
parent 1e2045fa17
commit 74ed32bcf4
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@
"main_config_file": "/etc/mysql/my.cnf", "main_config_file": "/etc/mysql/my.cnf",
"server": { "server": {
"bind_address": "0.0.0.0", "bind_address": "0.0.0.0",
"query_cache_size": "0",
"replication": { "replication": {
"password": "password" "password": "password"
}, },

View File

@ -13,7 +13,6 @@
"main_config_file": "/etc/mysql/my.cnf", "main_config_file": "/etc/mysql/my.cnf",
"server": { "server": {
"bind_address": "0.0.0.0", "bind_address": "0.0.0.0",
"query_cache_size": "0",
"replication": { "replication": {
"password": "password" "password": "password"
}, },