mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Merge 10.6 into 10.11
This commit is contained in:
commit
27a3366663
372 changed files with 7663 additions and 6515 deletions
|
|
@ -123,7 +123,7 @@ public:
|
|||
int *where_to; // Where to write it
|
||||
Apc_order(int a, int *b) : value(a), where_to(b) {}
|
||||
|
||||
void call_in_target_thread()
|
||||
void call_in_target_thread() override
|
||||
{
|
||||
my_sleep(int_rand(1000));
|
||||
*where_to = value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue