1. 19 Jun, 2007 1 commit
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #26418: Slave out of sync after · bef15b27
      gkodinov/kgeorge@magare.gmz authored
       CREATE/DROP TEMPORARY TABLE + ROLLBACK on master
      
      The transaction ability of the storage engines of
      the tables on the replication master and the replication
      slave must generally be the same.
      When the storage engine type of the slave is 
      non-transactional then transactions on the master that 
      mix update of transactional and non-transactional tables
      should be avoided because they will cause inconsistency of
      the data between the master's transactional table and the
      slave's non-transactional table.
      
      The effect described by this bug is actually expected.
      A detailed test case is added (to be merged later to
      the updated rpl_ddl.test), as there was no coverage 
      by the existing tests. 
      Some code cleanup is also added by this change.
      bef15b27
  2. 14 Jun, 2007 8 commits
  3. 13 Jun, 2007 2 commits
  4. 12 Jun, 2007 12 commits
  5. 11 Jun, 2007 6 commits
  6. 10 Jun, 2007 1 commit
  7. 09 Jun, 2007 10 commits