[packages/mysql] thread_concurrency is deprecated

glen glen at pld-linux.org
Mon Aug 4 08:39:22 CEST 2014


commit ff47fb3734d276a8335502f7f92cf140bc997650
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Aug 4 09:38:54 2014 +0300

    thread_concurrency is deprecated
    
    removed in 5.6.1 and works on old Solaris versions < 9
    http://www.mysqlperformanceblog.com/2012/06/04/thread_concurrency-doesnt-do-what-you-expect/

 mysqld.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mysqld.conf b/mysqld.conf
index 632ab02..11b4ae5 100644
--- a/mysqld.conf
+++ b/mysqld.conf
@@ -170,8 +170,8 @@ slow-query-log_file = /var/log/mysql/slow.log
 #max_heap_table_size=32M
 #thread_cache_size=16
 #thread_stack=65536
-# Try number of CPU's*2
-#thread_concurrency=8
+# http://www.mysqlperformanceblog.com/2012/06/04/thread_concurrency-doesnt-do-what-you-expect/
+# thread_concurrency is deprecated, removed in 5.6.1 and works on old Solaris versions < 9
 #wait_timeout=28800
 #query_cache_size=8M
 #query_cache_limit=1M
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/ff47fb3734d276a8335502f7f92cf140bc997650



More information about the pld-cvs-commit mailing list