mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
mdev-208 thread pool breaks the server on XP
This commit is contained in:
parent
34ed8f3379
commit
b43494620f
2 changed files with 11 additions and 0 deletions
|
|
@ -144,6 +144,9 @@ WEAK_SYMBOL(VOID, SubmitThreadpoolWork,PTP_WORK pwk);
|
|||
WEAK_SYMBOL(VOID, CloseThreadpoolWork, PTP_WORK pwk);
|
||||
#define CloseThreadpoolWork my_CloseThreadpoolWork
|
||||
|
||||
WEAK_SYMBOL(BOOL, CallbackMayRunLong, PTP_CALLBACK_INSTANCE pci);
|
||||
#define CallbackMayRunLong my_CallbackMayRunLong
|
||||
|
||||
#if _MSC_VER >= 1600
|
||||
/* Stack size manipulation available only on Win7+ /declarations in VS10 */
|
||||
WEAK_SYMBOL(BOOL, SetThreadpoolStackInformation, PTP_POOL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue