List:Commits« Previous MessageNext Message »
From:Serge Kozlov Date:May 11 2007 7:48am
Subject:bk commit into 5.1 tree (skozlov:1.2578)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ksm. When ksm 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-05-11 11:48:34+04:00, skozlov@stripped +1 -0
  WL#3702

  mysql-test/mysql-test-run.pl@stripped, 2007-05-11 11:48:29+04:00, skozlov@stripped +9 -7
    WL#3702

# 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:	skozlov
# Host:	virtop.localdomain
# Root:	/home/ksm/commits/mysql-5.1-new-rpl-wl3702

--- 1.294/mysql-test/mysql-test-run.pl	2007-05-11 11:48:54 +04:00
+++ 1.295/mysql-test/mysql-test-run.pl	2007-05-11 11:48:54 +04:00
@@ -3851,13 +3851,15 @@
     }
     else
     {
-      mtr_add_arg($args, "%s--master-user=root", $prefix);
-      mtr_add_arg($args, "%s--master-connect-retry=1", $prefix);
-      mtr_add_arg($args, "%s--master-host=127.0.0.1", $prefix);
-      mtr_add_arg($args, "%s--master-password=", $prefix);
-      mtr_add_arg($args, "%s--master-port=%d", $prefix,
-                  $master->[0]->{'port'}); # First master
-
+      if ($mysql_version_id < 50200)
+      {
+        mtr_add_arg($args, "%s--master-user=root", $prefix);
+        mtr_add_arg($args, "%s--master-connect-retry=1", $prefix);
+        mtr_add_arg($args, "%s--master-host=127.0.0.1", $prefix);
+        mtr_add_arg($args, "%s--master-password=", $prefix);
+        mtr_add_arg($args, "%s--master-port=%d", $prefix,
+    	            $master->[0]->{'port'}); # First master
+      }
       my $slave_server_id=  2 + $idx;
       my $slave_rpl_rank= $slave_server_id;
       mtr_add_arg($args, "%s--server-id=%d", $prefix, $slave_server_id);
Thread
bk commit into 5.1 tree (skozlov:1.2578)Serge Kozlov11 May