List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:October 3 2008 11:32am
Subject:bzr push into mysql-6.0 branch (mats:2843 to 2844)
View as plain text  
 2844 Mats Kindahl	2008-10-03 [merge]
      Merging 5.1-5.1.29-rc into 6.0-5.1.29-rc.
modified:
  mysql-test/suite/rpl/t/rpl_blackhole.test

 2843 Georgi Kodinov	2008-10-03 [merge]
      merge of the fix for bug 38370 to 6.0-5.1.29-rc
modified:
  mysql-test/suite/ndb/t/disabled.def

=== modified file 'mysql-test/suite/rpl/t/rpl_blackhole.test'
--- a/mysql-test/suite/rpl/t/rpl_blackhole.test	2008-10-02 19:13:15 +0000
+++ b/mysql-test/suite/rpl/t/rpl_blackhole.test	2008-10-03 10:52:01 +0000
@@ -1,5 +1,3 @@
---source include/master-slave.inc
-
 # PURPOSE. Test that blackhole works with replication in all three
 # modes: STATEMENT, MIXED, and ROW.
 #
@@ -17,6 +15,9 @@
 # primary key lookup), and index/key with multiple matches (forcing an
 # index search).
 
+source include/master-slave.inc;
+source include/have_blackhole.inc;
+
 # We start with no primary key
 CREATE TABLE t1 (a INT, b INT, c INT);
 CREATE TABLE t2 (a INT, b INT, c INT);

Thread
bzr push into mysql-6.0 branch (mats:2843 to 2844) Mats Kindahl3 Oct