mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -294,6 +294,7 @@ TP_connection_win::~TP_connection_win()
|
||||
|
||||
if (timer)
|
||||
{
|
||||
SetThreadpoolTimer(timer, 0, 0, 0);
|
||||
WaitForThreadpoolTimerCallbacks(timer, TRUE);
|
||||
CloseThreadpoolTimer(timer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user