List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:July 7 2006 7:25am
Subject:bk commit into 5.1 tree (mats:1.2235)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats 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.2235 06/07/07 09:25:12 mats@romeo.(none) +1 -0
  Adding sleep to allow mysqlslap to finish it's job on systems under high load.

  mysql-test/t/rpl_insert.test
    1.3 06/07/07 09:25:05 mats@romeo.(none) +2 -0
    Adding sleep to allow mysqlslap to finish.

# 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:	mats
# Host:	romeo.(none)
# Root:	/home/bk/b20821-mysql-5.1-new-rpl

--- 1.2/mysql-test/t/rpl_insert.test	2006-07-05 21:16:47 +02:00
+++ 1.3/mysql-test/t/rpl_insert.test	2006-07-07 09:25:05 +02:00
@@ -17,6 +17,8 @@
 let $query = "INSERT DELAYED INTO t1 VALUES (1, 'Dr. No'), (2, 'From Russia With Love'), (3, 'Goldfinger'), (4, 'Thunderball'), (5, 'You Only Live Twice')";
 --exec $MYSQL_SLAP --silent --concurrency=20 --iterations=200 --query=$query --delimiter=";"
 
+--sleep 10
+
 SELECT COUNT(*) FROM mysqlslap.t1;
 sync_slave_with_master;
 SELECT COUNT(*) FROM mysqlslap.t1;
Thread
bk commit into 5.1 tree (mats:1.2235)Mats Kindahl7 Jul