• mats@kindahl-laptop.dnsalias.net's avatar
    BUG#19958 (RBR idempotency issue for UPDATE and DELETE): · 9cc4b8dd
    mats@kindahl-laptop.dnsalias.net authored
    The rpl_trigger test case indicated a problem with idempotency support when run
    under row-based replication, which this patch fixes.
    
    However, despite this, the test is not designed for execution under row-based
    replication and hence rpl_trigger.test is not executed under row-based
    replication.
    
    The problem is that the test expects triggers to be executed when the slave
    updates rows on the slave, and this is (deliberately) not done with row-based
    replication.
    9cc4b8dd
rpl_idempotency.test 2.66 KB