mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -1336,7 +1336,7 @@ void wait_begin(thread_group_t *thread_group)
|
||||
DBUG_ASSERT(thread_group->connection_count > 0);
|
||||
|
||||
if ((thread_group->active_thread_count == 0) &&
|
||||
(is_queue_empty(thread_group) || !thread_group->listener))
|
||||
(!is_queue_empty(thread_group) || !thread_group->listener))
|
||||
{
|
||||
/*
|
||||
Group might stall while this thread waits, thus wake
|
||||
|
Reference in New Issue
Block a user