• Sergei Golubchik's avatar
    bugfix: mutex order violation in embedded · ab3388c3
    Sergei Golubchik authored
    safe_mutex: Found wrong usage of mutex 'LOCK_thread_count' and 'LOCK_status'
    Mutex currently locked (in reverse order):
    LOCK_status        sql/sql_class.h  line 3873
    LOCK_thread_count  libmysqld/lib_sql.cc  line 432
    ab3388c3
lib_sql.cc 34.2 KB