List:Commits« Previous MessageNext Message »
From:msvensson Date:August 26 2006 6:38pm
Subject:bk commit into 4.1 tree (msvensson:1.2553)
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, 2006-08-26 18:38:42+02:00, msvensson@neptunus.(none) +1 -0
  Dont' ever use cluster for slave in 4.1

  mysql-test/mysql-test-run.pl@stripped, 2006-08-26 18:38:40+02:00, msvensson@neptunus.(none)
+1 -1
    Dont' ever use cluster for slave in 4.1

# 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:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-4.1-maint

--- 1.69/mysql-test/mysql-test-run.pl	2006-08-26 18:38:45 +02:00
+++ 1.70/mysql-test/mysql-test-run.pl	2006-08-26 18:38:45 +02:00
@@ -2053,7 +2053,7 @@ sub mysqld_arguments ($$$$$) {
     }
   }
 
-  if ( $opt_with_ndbcluster && !$opt_skip_ndbcluster)
+  if ( $opt_with_ndbcluster && !$opt_skip_ndbcluster  && $type eq
'master')
   {
     mtr_add_arg($args, "%s--ndbcluster", $prefix);
     mtr_add_arg($args, "%s--ndb-connectstring=%s", $prefix,
Thread
bk commit into 4.1 tree (msvensson:1.2553)msvensson26 Aug