3883 Hemant Kumar 2012-04-18
Adding rpl_binlog_n_mix_MTS collection to per push to know the overall execution time, further plan is to add it in mysql-trunk.
modified:
mysql-test/collections/default.push
3882 Tor Didriksen 2012-04-17
Bug#12790933 MULTIPLE DEADLOCKS / BOTTLENECKS INVOLVING LOCK_THREAD_COUNT
LOCK_thread_count should protect the list of THD only,
not the internal state of a THD.
@ include/mysql/thread_pool_priv.h
Declare remove_global_thread here, since it is used by the thread_pool.
@ sql/mysqld.cc
Remove delete_thd(), add destroy_thd() instead.
@ sql/mysqld.h
Remove delete_thd(), add destroy_thd() instead.
@ sql/scheduler.cc
Remove delete_thd(), add destroy_thd() instead.
@ sql/sql_class.cc
We should not hold LOCK_thread_count when running the THD DTOR.
Grab LOCK_status before updating global_status_var.
@ sql/sql_parse.cc
We should not hold LOCK_thread_count when running the THD DTOR.
modified:
include/mysql/thread_pool_priv.h
sql/mysqld.cc
sql/mysqld.h
sql/scheduler.cc
sql/sql_class.cc
sql/sql_parse.cc
=== modified file 'mysql-test/collections/default.push'
--- a/mysql-test/collections/default.push 2012-04-06 04:59:47 +0000
+++ b/mysql-test/collections/default.push 2012-04-18 09:16:35 +0000
@@ -3,4 +3,4 @@ perl mysql-test-run.pl --timer --force -
perl mysql-test-run.pl --timer --force --parallel=auto --comment=main_embedded --vardir=var-main_emebbed --suite=main --embedded --experimental=collections/default.experimental --skip-ndb
perl mysql-test-run.pl --timer --force --parallel=auto --comment=innodb_4k_size --vardir=var-innodb-4k --experimental=collections/default.experimental --skip-ndb --suite=innodb --mysqld=--innodb-page-size=4k
perl mysql-test-run.pl --timer --force --comment=explain-json --vardir=var-explain-json --suite=explain_json_validate
-perl mysql-test-run.pl --force --timer --parallel=auto --experimental=collections/default.experimental --comment=partitions --vardir=var-parts --suite=parts
+perl mysql-test-run.pl --timer --force --parallel=auto --comment=rpl_binlog_n_mix_MTS --vardir=var-mts-rpl-binlog-n_mix --mysqld=--binlog-format=mixed --experimental=collections/default.experimental --skip-ndb --unit-tests --mysqld=--slave-parallel-workers=4 --mysqld=--slave-transaction-retries=0 --suite=rpl
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (hemant.hk.kumar:3882 to 3883) | Hemant Kumar | 20 Apr |