From fce58de7267eb27ffdf24a58973676a5e3763f0a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 23 Apr 2006 04:24:46 +0000 Subject: [PATCH] *** empty log message *** --- dlls/mysqlx/thread/ThreadWorker.cpp | 2 +- dlls/mysqlx/threading.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/mysqlx/thread/ThreadWorker.cpp b/dlls/mysqlx/thread/ThreadWorker.cpp index 9d367ca7..d40cdb4e 100644 --- a/dlls/mysqlx/thread/ThreadWorker.cpp +++ b/dlls/mysqlx/thread/ThreadWorker.cpp @@ -126,7 +126,7 @@ void ThreadWorker::AddThreadToQueue(SWThreadHandle *pHandle) return; m_QueueLock->Lock(); - BaseWorker::AddThreadToQueue(pHandle); + BaseWorker::AddThreadToQueue(pHandle); if (m_Waiting) { m_AddSignal->Signal(); diff --git a/dlls/mysqlx/threading.cpp b/dlls/mysqlx/threading.cpp index 352646fb..86e6dd1c 100644 --- a/dlls/mysqlx/threading.cpp +++ b/dlls/mysqlx/threading.cpp @@ -244,7 +244,7 @@ void MysqlThread::Execute() (cell)0, (cell)hndl, "", - 0, + (cell)0, data_addr, m_datalen); FreeHandle(hndl);