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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user