From 7b8e65625d57855120a5fe123f79d91fc140ab39 Mon Sep 17 00:00:00 2001 From: Sam Van der Borght Date: Tue, 22 Jul 2014 09:19:53 +0200 Subject: [PATCH] updated vagrant --- templates/etc_mysql_my.cnf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc_mysql_my.cnf.j2 b/templates/etc_mysql_my.cnf.j2 index 66a1329..84c3ac3 100644 --- a/templates/etc_mysql_my.cnf.j2 +++ b/templates/etc_mysql_my.cnf.j2 @@ -34,7 +34,7 @@ thread_stack = {{ mysql_thread_stack }} thread_cache_size = {{ mysql_cache_size }} myisam-recover = {{ mysql_myisam_recover }} max_connections = {{ mysql_max_connections }} -table_cache = {{ mysql_table_cache }} +table_open_cache = {{ mysql_table_cache }} thread_concurrency = {{ mysql_thread_concurrency }} # ** Query Cache Configuration