1. 23 Sep, 2009 1 commit
    • Mats Kindahl's avatar
      BUG#29288: myisam transactions replicated to a transactional · 5661e726
      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.
      5661e726
  2. 03 Sep, 2009 6 commits
  3. 02 Sep, 2009 17 commits
  4. 01 Sep, 2009 8 commits
  5. 31 Aug, 2009 8 commits