List:Commits« Previous MessageNext Message »
From:msvensson Date:April 24 2006 8:33am
Subject:bk commit into 5.0 tree (msvensson:1.2179)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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.2179 06/04/24 10:33:24 msvensson@neptunus.(none) +1 -0
  Remove the old unused code for setting a PATH

  mysql-test/mysql-test-run.pl
    1.90 06/04/24 10:33:20 msvensson@neptunus.(none) +0 -5
    Remove the old unused code for setting a PATH

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.0-maint

--- 1.89/mysql-test/mysql-test-run.pl	2006-04-24 10:27:09 +02:00
+++ 1.90/mysql-test/mysql-test-run.pl	2006-04-24 10:33:20 +02:00
@@ -2922,11 +2922,6 @@
     "--port=$master->[0]->{'path_myport'} " .
     "--socket=$master->[0]->{'path_mysock'}";
 
-
-
-  # FIXME really needing a PATH???
-  # $ENV{'PATH'}= "/bin:/usr/bin:/usr/local/bin:/usr/bsd:/usr/X11R6/bin:/usr/openwin/bin:/usr/bin/X11:$ENV{'PATH'}";
-
   $ENV{'MYSQL'}=                    $cmdline_mysql;
   $ENV{'MYSQL_CHECK'}=              $cmdline_mysqlcheck;
   $ENV{'MYSQL_DUMP'}=               $cmdline_mysqldump;
Thread
bk commit into 5.0 tree (msvensson:1.2179)msvensson24 Apr