mariadb/mysql-test/suite/bugs/t
Andrei Elkin badc6a127d Bug#38205 Row-based Replication (RBR) causes inconsistencies: HA_ERR_FOUND_DUP
Bug#319  if while a non-transactional slave is replicating a transaction possible problem 

It is impossible to roll back a mixed engines transaction when one of the engine is
non-transaction. In replication that fact is crucial because the slave can not safely
re-apply a transction that was interrupted with STOP SLAVE.

Fixed with making STOP SLAVE not be effective immediately in the case the current
group of replication events has modified a non-transaction table. In order for slave to leave
either the group needs finishing or the user issues KILL QUERY|CONNECTION slave_thread_id.
2009-03-26 10:25:06 +02:00
..
rpl_bug12691.test Test case for bug#12691 2008-01-31 16:23:27 +03:00
rpl_bug23533.test Bug#32663, Bug#33045, Bug#23533, WL#4091 2008-02-29 00:50:15 +03:00
rpl_bug31582.test BUG#31582 (5.1-telco-6.1 -> 5.1.22. Slave crashes when reading UPDATE for VARCHAR): 2007-12-05 20:49:50 +01:00
rpl_bug31583.test BUG#31582 (5.1-telco-6.1 -> 5.1.22. Slave crashes when reading UPDATE for VARCHAR): 2007-12-05 20:49:50 +01:00
rpl_bug33029.test Bug#36443 Server crashes when executing insert when insert trigger on table 2008-06-19 21:47:59 +03:00
rpl_bug36391-master.opt BUG#36391: "mysqlbinlog creates invalid charset statements" 2009-01-27 20:49:37 +00:00
rpl_bug36391.test BUG#36391: "mysqlbinlog creates invalid charset statements" 2009-01-27 20:49:37 +00:00
rpl_bug37426.test BUG#37426: RBR breaks for CHAR() UTF-8 fields > 85 chars 2008-06-30 22:11:18 +02:00
rpl_bug38205.test Bug#38205 Row-based Replication (RBR) causes inconsistencies: HA_ERR_FOUND_DUP 2009-03-26 10:25:06 +02:00