List:Commits« Previous MessageNext Message »
From:guilhem Date:September 7 2006 4:01pm
Subject:bk commit into 5.1 tree (guilhem:1.2255)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of guilhem. When guilhem 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, 2006-09-07 18:01:42+02:00, guilhem@stripped +1 -0
  Removing sleeps; rpl_row_basic_8partition falls from 2 minutes
  15 seconds to less than a second.
  The sleeps used to be necessary but not anymore as NDB has been fixed
  wrt sync_slave_with_master.

  mysql-test/include/rpl_multi_engine3.inc@stripped, 2006-09-07 18:01:39+02:00, guilhem@stripped +0 -3
    Sleeps are not necessary anymore
    because NDB has been fixed wrt sync_slave_with_master.

# 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:	guilhem
# Host:	gbichot3.local
# Root:	/home/mysql_src/mysql-5.1-rpl-clean

--- 1.4/mysql-test/include/rpl_multi_engine3.inc	2006-09-07 18:01:48 +02:00
+++ 1.5/mysql-test/include/rpl_multi_engine3.inc	2006-09-07 18:01:48 +02:00
@@ -28,7 +28,6 @@ INSERT INTO t1 VALUES(412,1,'Testing MyS
 select id,hex(b1),vc,bc,d,f,total,y,t from t1 order by id;
 
 sync_slave_with_master;
---sleep 5
 --echo --- Select from t1 on slave ---
 select id,hex(b1),vc,bc,d,f,total,y,t from t1 order by id;
 
@@ -44,7 +43,6 @@ SELECT id,hex(b1),vc,bc,d,f,total,y,t FR
 # into the binlog other wise we will miss the update.
 
 sync_slave_with_master;
---sleep 5
 --echo --- Check Update on slave ---
 SELECT id,hex(b1),vc,bc,d,f,total,y,t FROM t1 WHERE id = 412;
 
@@ -56,7 +54,6 @@ DELETE FROM t1 WHERE id = 42;
 SELECT COUNT(*) FROM t1;
 
 sync_slave_with_master;
---sleep 5
 --echo --- Show current count on slave for t1 --- 
 SELECT COUNT(*) FROM t1;
 
Thread
bk commit into 5.1 tree (guilhem:1.2255)guilhem7 Sep