From 8a68b35594d8445af649aff3e08869ca2dbc23f9 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 13 Aug 2015 14:51:38 -0700 Subject: [PATCH] Fix typo remove thead_cache_size. it's dynamic anyways --- setup/container/mysql.cnf | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/container/mysql.cnf b/setup/container/mysql.cnf index 24264a628..cd838a29a 100644 --- a/setup/container/mysql.cnf +++ b/setup/container/mysql.cnf @@ -5,6 +5,3 @@ [mysqld] performance_schema=OFF max_connection=50 -max_connection=5 -thread_cache_size=5 -