mariadb/mysql-test/suite/rpl_ndb
Luis Soares 2646306cc9 BUG#49522: Replication problem with mixed MyISAM/InnoDB
When using a non-transactional table (t1) on the master 
and with autocommit disabled, no COMMIT is recorded 
in the binary log ending the statement. Therefore, if 
the slave has t1 in a transactional engine, then it will 
be as if a transaction is started but never ends. This is
actually BUG#29288 all over again.

We fix this by cherrypicking the cset for BUG#29288 which
was pushed to a later mysql version. The revision picked
was: mats@sun.com-20090923094343-bnheplq8n95opjay .

Additionally, a test case for covering the scenario depicted
in the bug report is included in this cset.
2010-05-07 18:48:35 +01:00
..
r BUG#49522: Replication problem with mixed MyISAM/InnoDB 2010-05-07 18:48:35 +01:00
t BUG#49522: Replication problem with mixed MyISAM/InnoDB 2010-05-07 18:48:35 +01:00
my.cnf Use loose-skip-innodb so it works also with mysqld that has no innodb support 2008-01-08 10:35:34 +01:00