List:Internals« Previous MessageNext Message »
From:kent Date:March 29 2005 8:07am
Subject:bk commit into 5.0 tree (kent:1.1852)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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.1852 05/03/29 08:06:43 kent@stripped +1 -0
  Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
  into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile

  mysql-test/mysql-test-run.pl
    1.18 05/03/29 08:06:27 kent@stripped +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:	kent
# Host:	g4.boortz.dyndns.org
# Root:	/Users/kent/mysql/bk/mysql-5.0-compile/RESYNC

--- 1.17/mysql-test/mysql-test-run.pl	2005-03-22 15:14:31 +01:00
+++ 1.18/mysql-test/mysql-test-run.pl	2005-03-29 08:06:27 +02:00
@@ -94,6 +94,7 @@
 require "lib/mtr_gcov.pl";
 require "lib/mtr_gprof.pl";
 require "lib/mtr_report.pl";
+require "lib/mtr_diff.pl";
 require "lib/mtr_match.pl";
 require "lib/mtr_misc.pl";
 
@@ -1665,13 +1666,13 @@
 
     mtr_add_arg($args, "%s--datadir=%s", $prefix,
                 $slave->[$idx]->{'path_myddir'});
-    % FIXME slave get this option twice?!
+    # FIXME slave get this option twice?!
     mtr_add_arg($args, "%s--exit-info=256", $prefix);
     mtr_add_arg($args, "%s--init-rpl-role=slave", $prefix);
     mtr_add_arg($args, "%s--log-bin=%s/var/log/slave%s-bin", $prefix,
                 $glob_mysql_test_dir, $sidx); # FIXME use own dir for binlogs
     mtr_add_arg($args, "%s--log-slave-updates", $prefix);
-    % FIXME option duplicated for slave
+    # FIXME option duplicated for slave
     mtr_add_arg($args, "%s--log=%s", $prefix,
                 $slave->[$idx]->{'path_mylog'});
     mtr_add_arg($args, "%s--master-retry-count=10", $prefix);
Thread
bk commit into 5.0 tree (kent:1.1852)kent29 Mar