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 17:11:21 elliot@stripped +2 -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 17:11:17 elliot@stripped +1 -1
BUG#15868 InnoDB thread thrashing
Restoring default innodb_thread_concurrency to 8
mysql-test/r/innodb.result
1.178 06/05/26 17:11:17 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 17:11:17 -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",
--- 1.177/mysql-test/r/innodb.result 2006-05-05 13:08:36 -04:00
+++ 1.178/mysql-test/r/innodb.result 2006-05-26 17:11:17 -04:00
@@ -1822,7 +1822,7 @@
innodb_sync_spin_loops 20
show variables like "innodb_thread_concurrency";
Variable_name Value
-innodb_thread_concurrency 20
+innodb_thread_concurrency 8
set global innodb_thread_concurrency=1001;
show variables like "innodb_thread_concurrency";
Variable_name Value
| Thread |
|---|
| • bk commit into 5.1 tree (elliot:1.2186) BUG#15868 | Elliot Murphy | 26 May |