List:Commits« Previous MessageNext Message »
From:tomas Date:July 13 2007 8:45pm
Subject:bk commit into 5.1 tree (tomas:1.2563)
View as plain text  
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-07-13 22:45:05+02:00, tomas@stripped +1 -0
  correct cluster support check

  mysql-test/include/ndb_master-slave.inc@stripped, 2007-07-13 22:45:02+02:00, tomas@stripped +1 -1
    correct cluster support check

diff -Nrup a/mysql-test/include/ndb_master-slave.inc b/mysql-test/include/ndb_master-slave.inc
--- a/mysql-test/include/ndb_master-slave.inc	2007-07-13 22:21:16 +02:00
+++ b/mysql-test/include/ndb_master-slave.inc	2007-07-13 22:45:02 +02:00
@@ -7,7 +7,7 @@ connection slave;
 # Check that server is compiled and started with support for NDB
 disable_query_log;
 --require r/true.require
-select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'ndbcluster';
+select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'ndbcluster';
 --source include/ndb_not_readonly.inc
 enable_query_log;
 
Thread
bk commit into 5.1 tree (tomas:1.2563)tomas13 Jul