Commit 9f580bbc authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.2 into bb-10.2-ext

parents 2f3968d9 1136c8d3
...@@ -1937,6 +1937,7 @@ logs_empty_and_mark_files_at_shutdown(void) ...@@ -1937,6 +1937,7 @@ logs_empty_and_mark_files_at_shutdown(void)
thread_name = "srv_monitor_thread"; thread_name = "srv_monitor_thread";
} else if (srv_buf_resize_thread_active) { } else if (srv_buf_resize_thread_active) {
thread_name = "buf_resize_thread"; thread_name = "buf_resize_thread";
goto wait_suspend_loop;
} else if (srv_dict_stats_thread_active) { } else if (srv_dict_stats_thread_active) {
thread_name = "dict_stats_thread"; thread_name = "dict_stats_thread";
} else if (lock_sys && lock_sys->timeout_thread_active) { } else if (lock_sys && lock_sys->timeout_thread_active) {
......
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