List:Commits« Previous MessageNext Message »
From:msvensson Date:March 13 2006 10:06am
Subject:bk commit into 5.0 tree (msvensson:1.2065)
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.2065 06/03/13 11:06:14 msvensson@shellback.(none) +1 -0
  Remove printouts

  mysql-test/mysql-test-run.pl
    1.76 06/03/13 11:06:07 msvensson@shellback.(none) +0 -2
    Remove extra printouts

# 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/my50-init_rm

--- 1.75/mysql-test/mysql-test-run.pl	2006-03-13 10:30:31 +01:00
+++ 1.76/mysql-test/mysql-test-run.pl	2006-03-13 11:06:07 +01:00
@@ -2077,7 +2077,6 @@
   foreach my $data_dir (@data_dir_lst)
   {
     my $name= basename($data_dir);
-    print "$data_dir\n";
     copy_dir("$data_dir", "$path_snapshot/$name");
   }
 }
@@ -2097,7 +2096,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.0 tree (msvensson:1.2065)msvensson13 Mar