List:Commits« Previous MessageNext Message »
From:Serge Kozlov Date:December 12 2008 11:25am
Subject:bzr commit into mysql-5.1 branch (skozlov:2706) Bug#40142
View as plain text  
#At file:///home/ksm/sun/repo/bugs-40142-41108-41186/mysql-5.1-rpl/ based on revid:msvensson@stripped

 2706 Serge Kozlov	2008-12-12
      Bug#40142: possible reason of timeout is stopped slave threads before
      sync_with_master command. The patch add waiting of proper state of slave 
      before sync with master.
modified:
  mysql-test/suite/rpl/t/rpl_start_stop_slave.test

=== modified file 'mysql-test/suite/rpl/t/rpl_start_stop_slave.test'
--- a/mysql-test/suite/rpl/t/rpl_start_stop_slave.test	2007-12-06 15:27:10 +0000
+++ b/mysql-test/suite/rpl/t/rpl_start_stop_slave.test	2008-12-12 11:25:36 +0000
@@ -25,6 +25,7 @@ let $wait_condition= SELECT COUNT(*) > 0
 source include/wait_condition.inc;
 stop slave io_thread;
 start slave io_thread;
+source include/wait_for_slave_to_start.inc;
 sync_with_master;
 
 connection master;

Thread
bzr commit into mysql-5.1 branch (skozlov:2706) Bug#40142Serge Kozlov12 Dec