• zwang28's avatar
    MDEV-26043: Fix performance_schema instrument "threadpool/group_mutex" · ddad20c6
    zwang28 authored
    The performance_schema data related to instrument "wait/synch/mutex/threadpool/group_mutex" was incorrect. The root cause is the group_mutex was initialized in thread_group_init before registerd in PSI_register(mutex).
    The fix is to put PSI_register before thread_group_init, which ensures the right order.
    ddad20c6
threadpool_generic.cc 46.4 KB