1. 03 Nov, 2008 1 commit
    • Mats Kindahl's avatar
      Bug #40360: Binlog related errors with binlog off · 005e7fc3
      Mats Kindahl authored
            
      When statement-based replication is used, and the
      transaction isolation level is READ-COMMITTED or stricter,
      InnoDB will print an error because statement-based
      replication might lead to inconsistency between master
      and slave databases. However, when the binary log is not
      engaged, this is not an issue and an error should
      not be printed.
      
      This patch makes thd_binlog_format() return BINLOG_FORMAT_
      UNSPEC when the binary log is not engaged for the given
      thread.
      005e7fc3
  2. 21 Oct, 2008 1 commit
  3. 10 Oct, 2008 1 commit
  4. 09 Oct, 2008 4 commits
  5. 08 Oct, 2008 10 commits
  6. 07 Oct, 2008 12 commits
  7. 06 Oct, 2008 11 commits