List:Internals« Previous MessageNext Message »
From:mleich Date:September 2 2005 10:40am
Subject:bk commit into 5.0 tree (mleich:1.1905)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of matthias. When matthias 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.1905 05/09/02 11:40:36 mleich@stripped +1 -0
  Merge mleich@stripped:/home/bk/mysql-5.0
  into  mysql.com:/home/matthias/Arbeit/mysql-5.0/src-C

  mysql-test/mysql-test-run.pl
    1.39 05/09/02 11:40:22 mleich@stripped +0 -0
    Auto merged

# 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:	mleich
# Host:	three.local.lan
# Root:	/home/matthias/Arbeit/mysql-5.0/src-C/RESYNC

--- 1.38/mysql-test/mysql-test-run.pl	2005-08-31 11:33:20 +03:00
+++ 1.39/mysql-test/mysql-test-run.pl	2005-09-02 11:40:22 +03:00
@@ -2485,6 +2485,11 @@
     mysqld_arguments($args,'master',0,$tinfo->{'master_opt'},[]);
   }
 
+  # ----------------------------------------------------------------------
+  # export MYSQL_TEST variable containing <path>/mysqltest <args>
+  # ----------------------------------------------------------------------
+  $ENV{'MYSQL_TEST'}= "$exe_mysqltest " . join(" ", @$args);
+
   return mtr_run_test($exe,$args,$tinfo->{'path'},"",$path_timefile,"");
 }
 
Thread
bk commit into 5.0 tree (mleich:1.1905)mleich2 Sep