mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -1206,7 +1206,7 @@ TP_connection_generic *get_event(worker_thread_t *current_thread,
|
||||
non-blocking event poll, i.e with timeout = 0.
|
||||
If this returns events, pick one
|
||||
*/
|
||||
if (!oversubscribed)
|
||||
if (!oversubscribed && !threadpool_dedicated_listener)
|
||||
{
|
||||
native_event ev[MAX_EVENTS];
|
||||
int cnt = io_poll_wait(thread_group->pollfd, ev, MAX_EVENTS, 0);
|
||||
|
Reference in New Issue
Block a user