• Monty's avatar
    Cleanups and fixes · e022dde3
    Monty authored
    - Added missing delete thd in bootstrap()
    - Delete wrong 'delete thd' in start_wsrep_THD()
    - Added missing 'delete thd' in case of SCHEDULER_ONE_THREAD_PER_CONNECTION
    - Delete wrong dec_thread_running() in destroy_thd() as it caused thread_running
      to be wrong.
    - Moved reset_killed() to a normal function to make it easier to debug
    - Added check of mutex in wsrep_aborting_thd... functions
    e022dde3
wsrep_mysqld.cc 78.3 KB