1. 25 Mar, 2015 1 commit
  2. 24 Mar, 2015 1 commit
    • Kristian Nielsen's avatar
      MDEV-7825: Parallel replication race condition on gco->flags, possibly resulting in slave hang · bd2ae787
      Kristian Nielsen authored
      The patch for optimistic parallel replication as a memory optimisation moved
      the gco->installed field into a bit in gco->flags. However, that is just plain
      wrong. The gco->flags field is owned by the SQL driver thread, but
      gco->installed is used by the worker threads, so this will cause a race
      condition.
      
      The user-visible problem might be conflicts between transactions and/or slave
      threads hanging.
      
      So revert this part of the optimistic parallel replication patch, going back
      to using a separate field gco->installed like in 10.0.
      bd2ae787
  3. 23 Mar, 2015 1 commit
  4. 21 Mar, 2015 1 commit
  5. 20 Mar, 2015 5 commits
  6. 19 Mar, 2015 4 commits
  7. 18 Mar, 2015 2 commits
  8. 17 Mar, 2015 7 commits
  9. 16 Mar, 2015 15 commits
  10. 15 Mar, 2015 3 commits