1. 21 Nov, 2013 2 commits
    • unknown's avatar
      MDEV-4982: GTID looses all binlog state after crash if InnoDB is disabled · 55a7159f
      unknown authored
      MDEV-4725: Incorrect binlog state recovery if crash while writing event group
      
      The binlog state was not recovered correctly if XA is not used (eg. InnoDB
      disabled), or if server crashed in the middle of writing an event group to the
      binlog.
      
      With this patch, we ensure that recovery of binlog state is done even if we do
      not do the full XA binlog recovery, and we ensure that we only recover fully
      written event groups into the binlog state.
      55a7159f
    • Alexander Barkov's avatar
      Merge 5.5->10.0-base · 146c8a48
      Alexander Barkov authored
      146c8a48
  2. 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
  3. 14 Nov, 2013 1 commit
  4. 13 Nov, 2013 10 commits
  5. 12 Nov, 2013 4 commits
  6. 11 Nov, 2013 17 commits
  7. 10 Nov, 2013 3 commits
  8. 08 Nov, 2013 2 commits