Oleksandr Byelkin
f291c3df2c
Merge branch '10.4' into 10.5
2023-07-27 15:43:21 +02:00
Lena Startseva
2abf499c76
MDEV-27691: make working view-protocol
...
Update tests for version 10.5
2022-09-26 10:25:41 +07:00
Daniel Black
e84e134a91
main.thread_pool_info - no threadpool on aix
2022-04-07 15:17:52 +10:00
Vladislav Vaintroub
69b75cb3db
MDEV-26440 Missing connection id value in I_S.thread_pool_queues
...
It turns out, Field::set_notnull is required for a nullable I_S field.
Rework thread_pool_info.test to test request queueing in threadpool.
2021-08-19 21:16:22 +02:00
Vladislav Vaintroub
a4bccefb11
MDEV-20372 - fix thread_pool_info
...
In rare cases, both listener and worker can do poll at the same time
(one of them will return events, another one no events)
Fix test query to account for it.
2020-04-23 20:48:32 +02:00
Vladislav Vaintroub
ff10e0f646
MDEV-19313 Add test for thread_pool_info
2019-05-26 19:20:35 +02:00