From: Hery Ramilison Date: November 3 2011 7:41pm Subject: bzr push into mysql-trunk branch (hery.ramilison:3555 to 3556) List-Archive: http://lists.mysql.com/commits/141725 Message-Id: <20111103194116.1149.qmail@helheim> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3556 Hery Ramilison 2011-11-03 Fixing milestone number according to #42576 modified: VERSION 3555 Andrei Elkin 2011-11-03 Bug#13334470 - SLAVE_START_WORKERS() USES BOGUS VALUE INSTEAD OF --SLAVE_PARALLEL_WORKERS OPT The value of number of workers appeared to be not set when MTS starts automatically at server bootstrap. Fixed with caching of the global opt_mts_slave_parallel_workers into rli->opt_slave_parallel_workers similarly to the manual start slave branch. @ sql/rpl_slave.cc missed caching of the global opt_mts_slave_parallel_workers is added to the automatic slave start branch. modified: sql/rpl_slave.cc === modified file 'VERSION' --- a/VERSION 2011-10-27 06:17:58 +0000 +++ b/VERSION 2011-11-03 19:40:03 +0000 @@ -1,4 +1,4 @@ MYSQL_VERSION_MAJOR=5 MYSQL_VERSION_MINOR=6 MYSQL_VERSION_PATCH=4 -MYSQL_VERSION_EXTRA=-m6 +MYSQL_VERSION_EXTRA=-m7 No bundle (reason: useless for push emails).