1. 10 Mar, 2016 1 commit
    • Sergey Vojtovich's avatar
      Fixed false errors returned by logrotate script · 8942824a
      Sergey Vojtovich authored
      Logrotate script assumed an error if mysqladmin failed to connect to server
      and there's mysqld process exists. However there can be non-system instance of
      mysqld running (e.g. in docker) making this assumption wrong.
      
      Check pid file existance instead.
      8942824a
  2. 09 Mar, 2016 1 commit
  3. 08 Mar, 2016 1 commit
  4. 07 Mar, 2016 1 commit
  5. 04 Mar, 2016 1 commit
  6. 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
  7. 01 Mar, 2016 1 commit
  8. 29 Feb, 2016 1 commit
  9. 25 Feb, 2016 1 commit
  10. 18 Feb, 2016 1 commit
  11. 17 Feb, 2016 7 commits
  12. 16 Feb, 2016 12 commits
  13. 15 Feb, 2016 11 commits