List:Internals« Previous MessageNext Message »
From:Lars Thalmann Date:September 6 2005 1:39pm
Subject:bk commit into 4.1 tree (lars:1.2410)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of lthalmann. When lthalmann 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.2410 05/09/06 15:39:20 lars@stripped +1 -0
  Added synchronization to rpl_slave_status.test
  

  mysql-test/t/rpl_slave_status.test
    1.5 05/09/06 15:24:32 lthalmann@stripped +1 -0
    Added synchronization to make result deterministic

# 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:	lars
# Host:	dl145h.mysql.com
# Root:	/users/lthalmann/bk/mysql-4.1-magnus

--- 1.4/mysql-test/t/rpl_slave_status.test	2005-09-01 20:49:03 +02:00
+++ 1.5/mysql-test/t/rpl_slave_status.test	2005-09-06 15:24:32 +02:00
@@ -19,6 +19,7 @@
 connection master;
 delete from mysql.user where user='rpl';
 flush privileges;
+sync_slave_with_master;
 connection slave;
 stop slave;
 start slave;
Thread
bk commit into 4.1 tree (lars:1.2410)Lars Thalmann6 Sep