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-08-20 13:46:42+02:00, msvensson@pilot.(none) +1 -0
Only install second master db if using second master
mysql-test/mysql-test-run.pl@stripped, 2007-08-20 13:46:41+02:00, msvensson@pilot.(none) +1 -1
Only install second master db if using second master
diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl 2007-08-06 01:28:50 +02:00
+++ b/mysql-test/mysql-test-run.pl 2007-08-20 13:46:41 +02:00
@@ -2911,7 +2911,7 @@ sub mysql_install_db () {
install_db('master', $master->[0]->{'path_myddir'});
- if ($max_master_num)
+ if ($max_master_num > 1)
{
copy_install_db('master', $master->[1]->{'path_myddir'});
}
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2513) | msvensson | 20 Aug |