mariadb/mysql-test/suite/bugs
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
..
data Test case for bug#12691 2008-01-31 16:23:27 +03:00
r Bug#38205 Row-based Replication (RBR) causes inconsistencies: HA_ERR_FOUND_DUP 2009-03-26 10:25:06 +02:00
t Bug#38205 Row-based Replication (RBR) causes inconsistencies: HA_ERR_FOUND_DUP 2009-03-26 10:25:06 +02:00
combinations WL#4350 Options in my.cnf style config file should not start with -- 2008-09-05 15:31:09 +02:00