List:Internals« Previous MessageNext Message »
From:kent Date:November 1 2005 1:19am
Subject:bk commit into 5.0 tree (kent:1.1958)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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.1958 05/11/01 02:19:06 kent@stripped +1 -0
  mysql-test-run.pl:
    Make IM ports change with MTR_BUILD_THREAD

  mysql-test/mysql-test-run.pl
    1.56 05/11/01 02:18:42 kent@stripped +5 -0
    Make IM ports change with MTR_BUILD_THREAD

# 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:	kent
# Host:	c-7d4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/mysql-5.0

--- 1.55/mysql-test/mysql-test-run.pl	2005-10-31 11:20:46 +01:00
+++ 1.56/mysql-test/mysql-test-run.pl	2005-11-01 02:18:42 +01:00
@@ -481,6 +481,9 @@
     $opt_master_myport=   $ENV{'MTR_BUILD_THREAD'} * 40 + 8120;
     $opt_slave_myport=    $opt_master_myport + 16;
     $opt_ndbcluster_port= $opt_master_myport + 24;
+    $im_port=             $opt_master_myport + 10;
+    $im_mysqld1_port=     $opt_master_myport + 12;
+    $im_mysqld2_port=     $opt_master_myport + 14;
   }
 
   # Read the command line
@@ -1070,6 +1073,8 @@
   print "Using MASTER_MYPORT1   = $ENV{MASTER_MYPORT1}\n";
   print "Using SLAVE_MYPORT     = $ENV{SLAVE_MYPORT}\n";
   print "Using NDBCLUSTER_PORT  = $opt_ndbcluster_port\n";
+  print "Using IM_MYSQLD1_PORT  = $ENV{'IM_MYSQLD1_PORT'}\n";
+  print "Using IM_MYSQLD2_PORT  = $ENV{'IM_MYSQLD2_PORT'}\n";
 }
 
 
Thread
bk commit into 5.0 tree (kent:1.1958)kent1 Nov