1. 04 Mar, 2016 1 commit
  2. 03 Mar, 2016 1 commit
    • Kristian Nielsen's avatar
      MDEV-9595: Shutdown takes forever with many replication channels · f8251911
      Kristian Nielsen authored
      There was a race between end_slave() and cleanup code at the end of
      handle_slave_sql(). This could cause access to master_info_index and
      global_rpl_thread_pool after they had been freed.
      
      Fix by skipping that cleanup if server shutdown is in progress, as is done
      in other parts of the code as well (the cleanup, which stops worker threads
      that are not needed anymore, is redundant anyway when the server is shutting
      down).
      f8251911
  3. 01 Mar, 2016 1 commit
  4. 29 Feb, 2016 1 commit
  5. 25 Feb, 2016 1 commit
  6. 18 Feb, 2016 1 commit
  7. 17 Feb, 2016 7 commits
  8. 16 Feb, 2016 12 commits
  9. 15 Feb, 2016 15 commits