Below is the list of changes that have just been committed into a local
5.0 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-12-04 17:11:38+01:00, msvensson@stripped +1 -0
There is no rpl_2slave.cnf, remove it
mysql-test/lib/mtr_cases.pl@stripped, 2007-12-04 17:11:37+01:00, msvensson@stripped +0 -5
There is no rpl_2slave.cnf, remove it
diff -Nrup a/mysql-test/lib/mtr_cases.pl b/mysql-test/lib/mtr_cases.pl
--- a/mysql-test/lib/mtr_cases.pl 2007-12-04 12:18:54 +01:00
+++ b/mysql-test/lib/mtr_cases.pl 2007-12-04 17:11:37 +01:00
@@ -681,11 +681,6 @@ sub collect_one_test_case {
$config= "configs/ndb.cnf";
} elsif ($tinfo->{rpl_test}) {
$config= "configs/rpl_1slave.cnf";
- if ($tinfo->{slave_num} == 2) {
- $config= "configs/rpl_2slave.cnf";
- } elsif ($tinfo->{slave_num} == 3) {
- $config= "configs/rpl_3slave.cnf";
- }
}
}
$tinfo->{template_path}= $config;
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2599) | msvensson | 4 Dec |