Below is the list of changes that have just been committed into a local
4.1 repository of msvensson. When msvensson 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, 2007-04-18 13:50:54+02:00, msvensson@stripped +1 -0
Make it possible to define how many slaves to start by
writing --slave-num=n in <testname>-master.opt file
mysql-test/lib/mtr_cases.pl@stripped, 2007-04-18 13:50:53+02:00, msvensson@stripped +7 -0
Make it possible to define how many slaves to start by
writing --slave-num=n in <testname>-master.opt file
# 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: msvensson
# Host: pilot.blaudden
# Root: /home/msvensson/mysql/mysql-4.1-maint
--- 1.25/mysql-test/lib/mtr_cases.pl 2007-01-16 09:35:12 +01:00
+++ 1.26/mysql-test/lib/mtr_cases.pl 2007-04-18 13:50:53 +02:00
@@ -340,6 +340,13 @@ sub collect_one_test_case($$$$$$$) {
next;
}
+ $value= mtr_match_prefix($opt, "--slave-num=");
+ if ( defined $value )
+ {
+ $tinfo->{'slave_num'}= $value;
+ next;
+ }
+
$value= mtr_match_prefix($opt, "--result-file=");
if ( defined $value )
{
| Thread |
|---|
| • bk commit into 4.1 tree (msvensson:1.2645) | msvensson | 18 Apr |