mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@ -134,6 +134,7 @@ void start_handle_manager()
|
||||
{
|
||||
pthread_t hThread;
|
||||
int err;
|
||||
DBUG_EXECUTE_IF("delay_start_handle_manager", my_sleep(1000););
|
||||
manager_thread_in_use = 1;
|
||||
mysql_cond_init(key_COND_manager, &COND_manager,NULL);
|
||||
mysql_mutex_init(key_LOCK_manager, &LOCK_manager, NULL);
|
||||
|
Reference in New Issue
Block a user