List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:February 4 2008 7:43am
Subject:bk commit into 5.1 tree (mkindahl:1.2529)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mkindahl.  When mkindahl 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-02-04 08:43:22+01:00, mkindahl@stripped +1 -0
  Yet more changes to fix the merge clone.

  mysql-test/suite/rpl/t/rpl_idempotency.test@stripped, 2008-02-04 08:43:10+01:00, mkindahl@stripped +4 -0
    Adding "have_innodb.inc" since the test reqires InnoDB.

diff -Nrup a/mysql-test/suite/rpl/t/rpl_idempotency.test b/mysql-test/suite/rpl/t/rpl_idempotency.test
--- a/mysql-test/suite/rpl/t/rpl_idempotency.test	2007-12-12 11:14:51 +01:00
+++ b/mysql-test/suite/rpl/t/rpl_idempotency.test	2008-02-04 08:43:10 +01:00
@@ -2,6 +2,10 @@
 # work the same way under statement based as under row based.
 
 source include/master-slave.inc;
+connection master;
+source include/have_innodb.inc;
+connection slave;
+source include/have_innodb.inc;
 
 connection master;
 CREATE TABLE t1 (a INT PRIMARY KEY);
Thread
bk commit into 5.1 tree (mkindahl:1.2529)Mats Kindahl4 Feb