From fe6da4708a62f4c6fe401e63b9d8436056ad2816 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 26 Apr 2016 17:25:03 -0500 Subject: [PATCH] Join buffer size need not be limited. If it is, be sure the optimize switch optimize_join_buffer_size is set on. --- dbcon/mysql/my.cnf | 1 - 1 file changed, 1 deletion(-) diff --git a/dbcon/mysql/my.cnf b/dbcon/mysql/my.cnf index 73d809e10..1f36ccb0e 100644 --- a/dbcon/mysql/my.cnf +++ b/dbcon/mysql/my.cnf @@ -42,7 +42,6 @@ query_cache_size = 0 # Try number of CPU's*2 for thread_concurrency #thread_concurrency = 8 thread_stack = 512K -join_buffer_size = 128M lower_case_table_names=1 default-storage-engine=Aria group_concat_max_len=512