1. 22 Nov, 2013 1 commit
    • unknown's avatar
      MDEV-4983: Do not leave stale master-bin.state binlog state file · 2c032b99
      unknown authored
      Attempt to read the master-bin.state file always, even if the
      binlog files (master-bin.index and master-bin.XXXXXX) have been
      deleted.
      
      This allows to easily preserve the binlog state when provisioning
      a new server from a copy of an old one, without needing to copy
      over the binlog files themselves.
      2c032b99
  2. 21 Nov, 2013 4 commits
  3. 18 Nov, 2013 1 commit
    • unknown's avatar
      MDEV-5306: Missing locking around rpl_global_gtid_binlog_state · 170e9e59
      unknown authored
      There were some places where insufficient locking between
      parallel threads could cause invalid memory accesses and
      possibly other grief.
      
      This patch adds the missing locking, and moves the locking
      into the struct rpl_binlog_state methods to make it easier
      to see that proper locking is in place everywhere.
      170e9e59
  4. 14 Nov, 2013 1 commit
  5. 13 Nov, 2013 10 commits
  6. 12 Nov, 2013 4 commits
  7. 11 Nov, 2013 17 commits
  8. 10 Nov, 2013 2 commits