List:Commits« Previous MessageNext Message »
From:msvensson Date:December 5 2007 3:51pm
Subject:bk commit into 5.0 tree (msvensson:1.2610)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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-12-05 16:51:40+01:00, msvensson@shellback.(none) +1 -0
  Don't set ndbcluster as default engine whenspecifying --with-ndbcluster 

  mysql-test/mysql-test-run.pl@stripped, 2007-12-05 16:51:37+01:00, msvensson@shellback.(none) +0 -6
    Don't set ndbcluster as default engine whenspecifying --with-ndbcluster 

diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2007-12-05 16:48:04 +01:00
+++ b/mysql-test/mysql-test-run.pl	2007-12-05 16:51:37 +01:00
@@ -531,12 +531,6 @@ sub command_line_setup {
   # --------------------------------------------------------------------------
   # Find out default storage engine being used(if any)
   # --------------------------------------------------------------------------
-  if ( $opt_with_ndbcluster )
-  {
-    # --ndb or --with-ndbcluster turns on --default-storage-engine=ndbcluster
-    push(@opt_extra_mysqld_opt, "--default-storage-engine=ndbcluster");
-  }
-
   foreach my $arg ( @opt_extra_mysqld_opt )
   {
     if ( $arg =~ /default-storage-engine=(\S+)/ )
Thread
bk commit into 5.0 tree (msvensson:1.2610)msvensson7 Jan