List:Internals« Previous MessageNext Message »
From:kent Date:September 28 2005 9:53pm
Subject:bk commit into 4.1 tree (kent:1.2461)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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.2461 05/09/28 23:53:31 kent@stripped +1 -0
  mtr_process.pl:
    Append to some of the log files, not overwrite

  mysql-test/lib/mtr_process.pl
    1.20 05/09/28 23:53:13 kent@stripped +2 -1
    Append to some of the log files, not overwrite

# 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:	kent
# Host:	c-724072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/mysql-4.1

--- 1.19/mysql-test/lib/mtr_process.pl	2005-09-14 13:55:48 +02:00
+++ 1.20/mysql-test/lib/mtr_process.pl	2005-09-28 23:53:13 +02:00
@@ -680,7 +680,8 @@
     mtr_add_arg($args, "shutdown");
     # We don't wait for termination of mysqladmin
     my $pid= mtr_spawn($::exe_mysqladmin, $args,
-                       "", $::path_manager_log, $::path_manager_log, "");
+                       "", $::path_manager_log, $::path_manager_log, "",
+                       { append_log_file => 1 });
     $mysql_admin_pids{$pid}= 1;
   }
 
Thread
bk commit into 4.1 tree (kent:1.2461)kent28 Sep