List:Commits« Previous MessageNext Message »
From:msvensson Date:September 19 2006 6:41pm
Subject:bk commit into 5.1 tree (msvensson:1.2335)
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@stripped, 2006-09-19 18:41:48+02:00, msvensson@shellback.(none) +1 -0
  Merge shellback.(none):/home/msvensson/mysql/work/my50-work
  into  shellback.(none):/home/msvensson/mysql/work/my51-work
  MERGE: 1.1810.1697.154

  mysql-test/mysql-test-run.pl@stripped, 2006-09-19 18:41:45+02:00,
msvensson@shellback.(none) +2 -4
    Merge 5.0->5.1
    MERGE: 1.30.1.86

# 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/work/my51-work/RESYNC

--- 1.169/mysql-test/mysql-test-run.pl	2006-09-19 18:41:54 +02:00
+++ 1.170/mysql-test/mysql-test-run.pl	2006-09-19 18:41:54 +02:00
@@ -2259,9 +2259,9 @@
 
   if ( $use_slaves )
   {
-    install_db('slave',  $slave->[0]->{'path_myddir'});
-    install_db('slave',  $slave->[1]->{'path_myddir'});
-    install_db('slave',  $slave->[2]->{'path_myddir'});
+    install_db('slave1',  $slave->[0]->{'path_myddir'});
+    install_db('slave2',  $slave->[1]->{'path_myddir'});
+    install_db('slave3',  $slave->[2]->{'path_myddir'});
   }
 
   if ( ! $opt_skip_im )
@@ -2375,6 +2375,12 @@
   mtr_add_arg($args, "--skip-ndbcluster");
   mtr_add_arg($args, "--tmpdir=.");
 
+  if ( $opt_debug )
+  {
+    mtr_add_arg($args, "--debug=d:t:i:A,%s/log/bootstrap_%s.trace",
+		$opt_vardir_trace, $type);
+  }
+
   if ( ! $opt_netware )
   {
     mtr_add_arg($args, "--language=%s", $path_language);
@@ -3112,7 +3118,7 @@
   }
   else
   {
-    $exe= $exe_mysqld;
+    mtr_error("Unknown 'type' passed to mysqld_start");
   }
 
   mtr_init_args(\$args);
Thread
bk commit into 5.1 tree (msvensson:1.2335)msvensson19 Sep