List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:November 30 2006 9:47pm
Subject:bk commit into 5.1 tree (df:1.2381)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of df. When df 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, 2006-11-30 22:47:50+01:00, df@stripped +1 -0
  Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work
  into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build
  MERGE: 1.1810.1698.206

  mysql-test/mysql-test-run.pl@stripped, 2006-11-30 22:47:47+01:00, df@stripped +0 -1
    Auto merged
    MERGE: 1.30.49.14

# 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:	df
# Host:	kahlann.erinye.com
# Root:	/home/df/mysql/build/mysql-5.1-build/RESYNC

--- 1.238/mysql-test/mysql-test-run.pl	2006-11-29 14:32:29 +01:00
+++ 1.239/mysql-test/mysql-test-run.pl	2006-11-30 22:47:47 +01:00
@@ -1236,6 +1236,12 @@ sub command_line_setup () {
 sub set_mtr_build_thread_ports($) {
   my $mtr_build_thread= shift;
 
+  if ( lc($mtr_build_thread) eq 'auto' ) {
+    print "Requesting build thread... ";
+    $ENV{'MTR_BUILD_THREAD'} = $mtr_build_thread = mtr_require_unique_id_and_wait("/tmp/mysql-test-ports", 200, 299);
+    print "got ".$mtr_build_thread."\n";
+  }
+
   # Up to two masters, up to three slaves
   $opt_master_myport=         $mtr_build_thread * 10 + 10000; # and 1
   $opt_slave_myport=          $opt_master_myport + 2;  # and 3 4
Thread
bk commit into 5.1 tree (df:1.2381)Daniel Fischer30 Nov