List:Commits« Previous MessageNext Message »
From:msvensson Date:April 30 2008 3:52pm
Subject:bk commit into 5.1 tree (msvensson:1.2609)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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@stripped, 2008-04-30 15:52:50+02:00, msvensson@stripped +1 -0
  Remove hack for mtr.pl in MySQL 4.1

  mysql-test/mysql-test-run.pl@stripped, 2008-04-30 15:52:48+02:00, msvensson@stripped
+0 -15
    Remove hack for mtr.pl in MySQL 4.1

diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2008-04-27 19:02:41 +02:00
+++ b/mysql-test/mysql-test-run.pl	2008-04-30 15:52:48 +02:00
@@ -573,21 +573,6 @@ sub command_line_setup {
   {
     $opt_vardir= $default_vardir;
   }
-  elsif ( $mysql_version_id < 50000 and
-	  $opt_vardir ne $default_vardir)
-  {
-    # Version 4.1 and --vardir was specified
-    # Only supported as a symlink from var/
-    # by setting up $opt_mem that symlink will be created
-    if ( ! IS_WINDOWS )
-    {
-      # Only platforms that have native symlinks can use the vardir trick
-      $opt_mem= $opt_vardir;
-      mtr_report("Using 4.1 vardir trick");
-    }
-
-    $opt_vardir= $default_vardir;
-  }
 
   $path_vardir_trace= $opt_vardir;
   # Chop off any "c:", DBUG likes a unix path ex: c:/src/... => /src/...
Thread
bk commit into 5.1 tree (msvensson:1.2609)msvensson30 Apr 2008