List:Commits« Previous MessageNext Message »
From:lzhou Date:April 29 2008 3:00pm
Subject:bk commit into 5.1 tree (lzhou:1.2578) BUG#27477
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of lzhou.  When lzhou 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-29 12:58:45+00:00, lzhou@dev3-63.(none) +1 -0
  BUG#27477 Remove tmp-directory on MTR start

  mysql-test/mysql-test-run.pl@stripped, 2008-04-29 12:58:37+00:00, lzhou@dev3-63.(none) +4
-0
    Remove tmp dir on MTR start

diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2008-03-25 15:27:21 +00:00
+++ b/mysql-test/mysql-test-run.pl	2008-04-29 12:58:37 +00:00
@@ -2353,6 +2353,10 @@ sub remove_stale_vardir () {
     # Remove the "var" dir
     mtr_verbose("Removing $opt_vardir/");
     mtr_rmtree("$opt_vardir/");
+   
+    # Remove the "tmp" dir
+    mtr_verbose("Removing $opt_tmpdir/");
+    mtr_rmtree("$opt_tmpdir/");
   }
 }
 
Thread
bk commit into 5.1 tree (lzhou:1.2578) BUG#27477lzhou29 Apr