Commit 447931c6 authored by Marko Mäkelä's avatar Marko Mäkelä

Post-fix for MDEV-14587

dict_stats_process_entry_from_defrag_pool(): Release the mutex
parent 63cbb982
......@@ -511,6 +511,7 @@ dict_stats_process_entry_from_defrag_pool()
return;
}
mutex_exit(&dict_sys->mutex);
dict_stats_save_defrag_stats(index);
dict_table_close(table, FALSE, FALSE);
}
......
......@@ -512,6 +512,7 @@ dict_stats_process_entry_from_defrag_pool()
return;
}
mutex_exit(&dict_sys->mutex);
dict_stats_save_defrag_stats(index);
dict_table_close(table, FALSE, FALSE);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment