mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -187,7 +187,7 @@ extern "C" sig_handler handle_fatal_signal(int sig)
|
||||
(uint) thread_scheduler->max_threads +
|
||||
(uint) extra_max_connections);
|
||||
|
||||
my_safe_printf_stderr("thread_count=%u\n", (uint) thread_count);
|
||||
my_safe_printf_stderr("thread_count=%u\n", THD_count::value());
|
||||
|
||||
if (dflt_key_cache && thread_scheduler)
|
||||
{
|
||||
|
Reference in New Issue
Block a user