• Mats Kindahl's avatar
    BUG#29288: myisam transactions replicated to a transactional · 8249fd6e
    Mats Kindahl authored
    slave leaves slave unstable
    
    Problem: when replicating from non-transactional to
    transactional engine with autocommit off, no BEGIN/COMMIT
    is written to the binlog. When the slave replicates, it
    will start a transaction that never ends.
    
    Fix: Force autocommit=on on slave by always replicating
    autocommit=1 from the master.
    8249fd6e
rpl_ndb_mixed_tables.result 7.01 KB