List:Commits« Previous MessageNext Message »
From:lzhou Date:March 6 2008 5:33pm
Subject:bk commit into 5.1 tree (lzhou:1.2560)
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-03-06 16:33:09+00:00, lzhou@dev3-63.(none) +1 -0
  Remove old backup files before resuming new test case

  mysql-test/mysql-test-run.pl@stripped, 2008-03-06 16:33:01+00:00, lzhou@dev3-63.(none) +1 -0
    Remove old backup files before resuming new test case

diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2008-02-25 13:51:08 +00:00
+++ b/mysql-test/mysql-test-run.pl	2008-03-06 16:33:01 +00:00
@@ -3708,6 +3708,7 @@ sub restore_installed_db ($) {
       {
 	mtr_rmtree("$ndbd->{'path_fs'}" );
       }
+      mtr_rmtree("$cluster->{'data_dir'}/BACKUP");
     }
   }
   else
Thread
bk commit into 5.1 tree (lzhou:1.2560)lzhou6 Mar