List:Commits« Previous MessageNext Message »
From:msvensson Date:March 13 2006 10:14am
Subject:bk commit into 5.1 tree (msvensson:1.2152)
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
  1.2152 06/03/13 11:13:58 msvensson@shellback.(none) +1 -0
  Merge shellback.(none):/home/msvensson/mysql/init_rm/my50-init_rm
  into  shellback.(none):/home/msvensson/mysql/init_rm/my51-init_rm

  mysql-test/mysql-test-run.pl
    1.85 06/03/13 11:13:53 msvensson@shellback.(none) +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:	msvensson
# Host:	shellback.(none)
# Root:	/home/msvensson/mysql/init_rm/my51-init_rm/RESYNC

--- 1.84/mysql-test/mysql-test-run.pl	2006-03-13 10:36:35 +01:00
+++ 1.85/mysql-test/mysql-test-run.pl	2006-03-13 11:13:53 +01:00
@@ -2294,7 +2294,6 @@
   foreach my $data_dir (@data_dir_lst)
   {
     my $name= basename($data_dir);
-    print "$data_dir\n";
     copy_dir("$data_dir", "$path_snapshot/$name");
   }
 }
@@ -2314,7 +2313,6 @@
     foreach my $data_dir (@data_dir_lst)
     {
       my $name= basename($data_dir);
-    print "$data_dir\n";
       rmtree("$data_dir");
       copy_dir("$path_snapshot/$name", "$data_dir");
     }
Thread
bk commit into 5.1 tree (msvensson:1.2152)msvensson13 Mar