List:Commits« Previous MessageNext Message »
From:tomas Date:March 17 2008 12:17pm
Subject:bk commit into 5.1 tree (tomas:1.2573)
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, 2008-03-17 12:17:49+01:00, tomas@stripped +1 -0
  make sure we don't get out of sync with other mysqld
  - woraround for missing mysqld startup cluster synch features

  mysql-test/include/have_ndb.inc@stripped, 2008-03-17 12:17:44+01:00,
tomas@stripped +1 -21
    make sure we don't get out of sync with other mysqld
    - woraround for missing mysqld startup cluster synch features

diff -Nrup a/mysql-test/include/have_ndb.inc b/mysql-test/include/have_ndb.inc
--- a/mysql-test/include/have_ndb.inc	2008-01-23 10:47:25 +01:00
+++ b/mysql-test/include/have_ndb.inc	2008-03-17 12:17:44 +01:00
@@ -1,21 +1 @@
-# Check that server is compiled and started with support for NDB
-disable_query_log;
---require r/true.require
-select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines
where engine = 'ndbcluster';
---source include/ndb_not_readonly.inc
-
-# for performance in test suite set temporary
-set global ndb_table_temporary=1;
-set ndb_table_temporary=1;
-
-enable_query_log;
-
-#cleanup
-disable_query_log;
-disable_warnings;
---error 0,1051
-drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9,t10;
-flush tables;
-flush status;
-enable_warnings;
-enable_query_log;
+-- source include/have_multi_ndb.inc
Thread
bk commit into 5.1 tree (tomas:1.2573)tomas17 Mar