1. 26 May, 2015 2 commits
    • Kristian Nielsen's avatar
      Merge MDEV-8147 into 10.0 · f7385980
      Kristian Nielsen authored
      f7385980
    • Kristian Nielsen's avatar
      MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during parallel replication · e5f1e841
      Kristian Nielsen authored
      When the slave processes the master restart format_description event,
      parallel replication needs to complete any prior events before processing
      the restart event (which closes temporary tables and such stuff).
      
      This happens in wait_for_workers_idle(), however it was not waiting long
      enough. The wait was using wait_for_prior_commit(), but at that points table
      can still be open. This lead to assertion in this case.
      
      So change wait_for_workers_idle() to wait until all worker threads have
      reached finish_event_group(), at which point all tables should have been
      closed.
      e5f1e841
  2. 14 May, 2015 1 commit
  3. 13 May, 2015 1 commit
  4. 12 May, 2015 2 commits
  5. 08 May, 2015 5 commits
  6. 07 May, 2015 3 commits
  7. 06 May, 2015 3 commits
  8. 05 May, 2015 15 commits
  9. 04 May, 2015 8 commits