1. 23 Dec, 2014 1 commit
    • Jonas Oreland's avatar
      MDEV-7257: Dump Thread Enhancements · 4d8b346e
      Jonas Oreland authored
      Make the binlog dump threads not need to take LOCK_log while sending
      binlog events to slave. Instead, a new LOCK_binlog_end_pos is used
      just to coordinate tracking the current end-of-log.
      
      This is a pre-requisite for MDEV-162, "Enhanced semisync
      replication". It should also help reduce the contention on LOCK_log on
      a busy master.
      
      Also does some much-needed refactoring/cleanup of the related code in
      the binlog dump thread.
      4d8b346e
  2. 16 Dec, 2014 1 commit
  3. 15 Dec, 2014 1 commit
  4. 12 Dec, 2014 2 commits
  5. 10 Dec, 2014 8 commits
  6. 08 Dec, 2014 1 commit
  7. 06 Dec, 2014 7 commits
  8. 05 Dec, 2014 13 commits
  9. 04 Dec, 2014 6 commits