]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysqld.conf
- fix building on x32 arch
[packages/mysql.git] / mysqld.conf
index 632ab021bc3a02f917212b7300542fffe7e3e994..bb9b3a6dc8f46a87e68f3fc514e8db4cfdae1526 100644 (file)
@@ -121,7 +121,7 @@ log-warnings = 2
 
 # Log slow queries
 slow-query-log
-slow-query-log_file = /var/log/mysql/slow.log
+slow-query-log-file = /var/log/mysql/slow.log
 
 # Log connections and queries. It slows down MySQL so it's disabled by default
 #general-log
@@ -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
This page took 0.040812 seconds and 4 git commands to generate.