• unknown's avatar
    Fixes to try to handle valgrind warnings identical to those in · 7eee3631
    unknown authored
    BUG#24387, which is closed since long.
    
    
    sql/mysqld.cc:
      Moving my_thread_end() to before pthread_cond_broadcast() since
      it might cause other threads to start using resources that are
      about to be released, or tries to proceed assuming that the
      resources have already been released.
    7eee3631
mysqld.cc 303 KB