• Vladislav Vaintroub's avatar
    Fix galera.galera_kill_ddl test errors in debug mode. · 9f40f02a
    Vladislav Vaintroub authored
    Marko reported DBUG_ASSERT from dict_stats_shutdown().
    
    destroy_background_thd() does not like when current_thd is set.
    In galera, it can be the case, dict_stats_shutdown() can be called from
    user thread, to stop and later restart stats recalculations.
    9f40f02a
dict0stats_bg.cc 12.9 KB