Synced threading changes between MySQLX and Sqlite

This commit is contained in:
David Anderson
2006-08-19 19:37:45 +00:00
parent db5c9c114e
commit 446d4b8a5d
2 changed files with 26 additions and 4 deletions

View File

@ -17,7 +17,7 @@ void ShutdownThreading()
{
if (g_pWorker)
{
g_pWorker->Stop(false);
g_pWorker->Stop(true);
delete g_pWorker;
g_pWorker = NULL;
}