List:Commits« Previous MessageNext Message »
From:tomas Date:February 12 2008 1:50pm
Subject:bk commit into 5.1 tree (tomas:1.2522)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas.  When tomas 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@stripped, 2008-02-12 14:50:36+01:00, tomas@stripped +1 -0
  corrected really strange test

  mysql-test/suite/rpl_ndb/t/rpl_ndb_multi.test@stripped, 2008-02-12 14:50:34+01:00, tomas@stripped +1 -4
    corrected really strange test

diff -Nrup a/mysql-test/suite/rpl_ndb/t/rpl_ndb_multi.test b/mysql-test/suite/rpl_ndb/t/rpl_ndb_multi.test
--- a/mysql-test/suite/rpl_ndb/t/rpl_ndb_multi.test	2007-07-25 15:29:29 +02:00
+++ b/mysql-test/suite/rpl_ndb/t/rpl_ndb_multi.test	2008-02-12 14:50:34 +01:00
@@ -56,15 +56,12 @@ DELETE FROM t1 WHERE c3 = 2;
 
 SELECT * FROM t1 ORDER BY c3;
 
-save_master_pos;
-
 # insert another row, and check that we have it on the slave
 connection server2;
 INSERT INTO t1 VALUES ("row5","E",5);
 SELECT * FROM t1 ORDER BY c3;
-#sync_slave_with_master;
+sync_slave_with_master;
 connection slave;
---sleep 2
 SELECT * FROM t1 ORDER BY c3;
 
 STOP SLAVE;
Thread
bk commit into 5.1 tree (tomas:1.2522)tomas12 Feb