List:Commits« Previous MessageNext Message »
From:tomas Date:January 23 2008 10:47am
Subject:bk commit into 5.1 tree (tomas:1.2840)
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-01-23 10:47:27+01:00, tomas@stripped +2 -0
  run temp table per default

  mysql-test/include/have_ndb.inc@stripped, 2008-01-23 10:47:25+01:00,
tomas@stripped +5 -0
    run temp table per default

  mysql-test/suite/ndb/t/ndb_binlog_discover.test@stripped, 2008-01-23 10:47:25+01:00,
tomas@stripped +3 -0
    run temp table per default

diff -Nrup a/mysql-test/include/have_ndb.inc b/mysql-test/include/have_ndb.inc
--- a/mysql-test/include/have_ndb.inc	2007-11-29 11:29:30 +01:00
+++ b/mysql-test/include/have_ndb.inc	2008-01-23 10:47:25 +01:00
@@ -3,6 +3,11 @@ 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
diff -Nrup a/mysql-test/suite/ndb/t/ndb_binlog_discover.test
b/mysql-test/suite/ndb/t/ndb_binlog_discover.test
--- a/mysql-test/suite/ndb/t/ndb_binlog_discover.test	2007-10-15 23:40:59 +02:00
+++ b/mysql-test/suite/ndb/t/ndb_binlog_discover.test	2008-01-23 10:47:25 +01:00
@@ -3,6 +3,9 @@
 
 --disable_warnings
 drop table if exists t1;
+--disable_query_log
+set ndb_table_temporary=0;
+--enable_query_log
 --enable_warnings
 
 #
Thread
bk commit into 5.1 tree (tomas:1.2840)tomas23 Jan