From: Date: May 26 2006 4:28pm Subject: bk commit into 5.1 tree (elliot:1.2186) BUG#15868 List-Archive: http://lists.mysql.com/commits/6906 X-Bug: 15868 Message-Id: <20060526142855.F0CF6224186@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.1 repository of emurphy. When emurphy does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.2186 06/05/26 10:28:48 elliot@stripped +1 -0 BUG#15868 InnoDB thread thrashing Restoring default innodb_thread_concurrency to 8 This default now matches 5.0 sql/mysqld.cc 1.550 06/05/26 10:28:45 elliot@stripped +1 -1 BUG#15868 InnoDB thread thrashing Restoring default innodb_thread_concurrency to 8 # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: elliot # Host: scared.(none) # Root: /home/emurphy/src/bk-clean/mysql-5.1-release --- 1.549/sql/mysqld.cc 2006-05-23 07:32:13 -04:00 +++ 1.550/sql/mysqld.cc 2006-05-26 10:28:45 -04:00 @@ -5842,7 +5842,7 @@ {"innodb_thread_concurrency", OPT_INNODB_THREAD_CONCURRENCY, "Helps in performance tuning in heavily concurrent environments.", (gptr*) &srv_thread_concurrency, (gptr*) &srv_thread_concurrency, - 0, GET_LONG, REQUIRED_ARG, 20, 1, 1000, 0, 1, 0}, + 0, GET_LONG, REQUIRED_ARG, 8, 1, 1000, 0, 1, 0}, {"innodb_thread_sleep_delay", OPT_INNODB_THREAD_SLEEP_DELAY, "Time of innodb thread sleeping before joining InnoDB queue (usec). Value 0" " disable a sleep",