From: Date: November 20 2007 8:15pm Subject: bk commit into 5.1 tree (tomas:1.2693) List-Archive: http://lists.mysql.com/commits/38161 Message-Id: <20071120191547.67ECB18A9D232@linux.local> Below is the list of changes that have just been committed into a local 5.1 repository of tomas. When tomas 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-11-20 20:15:41+01:00, tomas@stripped +1 -0 correction of commit mistake mysql-test/mysql-test-run.pl@stripped, 2007-11-20 20:15:39+01:00, tomas@stripped +2 -0 correction of commit mistake diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl --- a/mysql-test/mysql-test-run.pl 2007-11-20 15:22:01 +01:00 +++ b/mysql-test/mysql-test-run.pl 2007-11-20 20:15:39 +01:00 @@ -712,6 +712,7 @@ sub command_line_setup () { push(@glob_test_mode, "embedded"); $opt_skip_rpl= 1; # We never run replication with embedded + $opt_skip_ndbcluster= 1; # Turn off use of NDB cluster $opt_skip_ssl= 1; # Turn off use of SSL # Turn off use of bin log @@ -940,6 +941,7 @@ sub command_line_setup () { $glob_use_embedded_server= 1; push(@glob_test_mode, "embedded"); $opt_skip_rpl= 1; # We never run replication with embedded + $opt_skip_ndbcluster= 1; # Turn off use of NDB cluster $opt_skip_ssl= 1; # Turn off use of SSL # Turn off use of bin log