mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-24341 Innodb - do not block in foreground thread in log_write_up_to(
This commit is contained in:
@ -1327,7 +1327,10 @@ void TP_pool_generic::add(TP_connection *c)
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
|
||||
void TP_pool_generic::resume(TP_connection* c)
|
||||
{
|
||||
add(c);
|
||||
}
|
||||
|
||||
/**
|
||||
MySQL scheduler callback: wait begin
|
||||
|
Reference in New Issue
Block a user