1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge branch '10.6' into 10.10

This commit is contained in:
Oleksandr Byelkin
2023-11-08 16:22:42 +01:00
537 changed files with 11985 additions and 7628 deletions

View File

@@ -100,7 +100,7 @@ void *test_apc_service_thread(void *ptr)
//apc_target.enable();
for (int i = 0; i < 10 && !service_should_exit; i++)
{
apc_target.process_apc_requests();
apc_target.process_apc_requests(true);
my_sleep(int_rand(30));
}
}