mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-33978 P_S.THREADS is not showing all server threads
This 10.6-specific change only makes uring IO completion thread appear in P_S.THREADS
This commit is contained in:
parent
07b77e862c
commit
1ffffbf51a
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,7 @@ public:
|
|||
private:
|
||||
static void thread_routine(aio_uring *aio)
|
||||
{
|
||||
aio->m_pool->m_worker_init_callback();
|
||||
for (;;)
|
||||
{
|
||||
io_uring_cqe *cqe;
|
||||
|
@ -181,6 +182,7 @@ private:
|
|||
iocb->m_internal_task.m_group= iocb->m_group;
|
||||
aio->tpool_->submit_task(&iocb->m_internal_task);
|
||||
}
|
||||
aio->m_pool->m_worker_destroy_callback();
|
||||
}
|
||||
|
||||
io_uring uring_;
|
||||
|
|
Loading…
Reference in a new issue