List:Commits« Previous MessageNext Message »
From:msvensson Date:March 1 2007 5:31pm
Subject:bk commit into 4.1 tree (msvensson:1.2611)
View as plain text  
Below is the list of changes that have just been committed into a local
4.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@stripped, 2007-03-01 18:31:09+01:00, msvensson@stripped +1 -0
  Fix bug in mtr.pl where slave wes using same query log file as master

  mysql-test/mysql-test-run.pl@stripped, 2007-03-01 18:31:09+01:00, msvensson@stripped +1 -1
    Fix bug in mtr.pl where slave wes using same query log file as master

# 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:	pilot.blaudden
# Root:	/home/msvensson/mysql/mysql-4.1-maint

--- 1.176/mysql-test/mysql-test-run.pl	2007-02-28 13:47:40 +01:00
+++ 1.177/mysql-test/mysql-test-run.pl	2007-03-01 18:31:09 +01:00
@@ -3651,7 +3651,7 @@ sub mysqld_arguments ($$$$$) {
     if ( $mysql_version_id <= 50106 )
     {
       # Force mysqld to use log files up until 5.1.6
-      mtr_add_arg($args, "%s--log=%s", $prefix, $master->[0]->{'path_mylog'});
+      mtr_add_arg($args, "%s--log=%s", $prefix, $slave->[0]->{'path_mylog'});
     }
     else
     {
Thread
bk commit into 4.1 tree (msvensson:1.2611)msvensson1 Mar