List:Internals« Previous MessageNext Message »
From:jani Date:November 3 2005 9:05am
Subject:bk commit into 4.0 tree (jani:1.2171)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of jani. When jani 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.2171 05/11/03 11:05:52 jani@stripped +1 -0
  Changed mysql-test-run to correspond to the one in 5.0 tree.

  mysql-test/mysql-test-run.sh
    1.201 05/11/03 11:05:50 jani@stripped +2 -2
    Changed mysql-test-run to correspond to the one in 5.0 tree.

# 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:	jani
# Host:	ua141d10.elisa.omakaista.fi
# Root:	/home/my/bk/mysql-4.0

--- 1.200/mysql-test/mysql-test-run.sh	2005-10-25 03:27:08 +03:00
+++ 1.201/mysql-test/mysql-test-run.sh	2005-11-03 11:05:50 +02:00
@@ -208,9 +208,9 @@
 # number is to be used, 0 - 16 or similar.
 #
 if [ -n "$MTR_BUILD_THREAD" ] ; then
-  MASTER_MYPORT=`expr $MTR_BUILD_THREAD '*' 40 + 8120`
-  SLAVE_MYPORT=`expr $MASTER_MYPORT + 16`
+  MASTER_MYPORT=`expr $MTR_BUILD_THREAD '*' 5 + 10000`
   MYSQL_MANAGER_PORT=`expr $MASTER_MYPORT + 2`
+  SLAVE_MYPORT=`expr $MASTER_MYPORT + 3`
 
   echo "Using MTR_BUILD_THREAD   = $MTR_BUILD_THREAD"
   echo "Using MASTER_MYPORT      = $MASTER_MYPORT"
Thread
bk commit into 4.0 tree (jani:1.2171)jani3 Nov