fixed a possible race condition in the reference counting mechanism of mydatabase

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401108
This commit is contained in:
David Anderson
2007-07-13 21:18:03 +00:00
parent d4f2d30332
commit b07a13fab0
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ private:
MYSQL *m_mysql;
unsigned int m_refcount;
IMutex *m_pFullLock;
IMutex *m_pRefLock;
/* ---------- */
DatabaseInfo m_Info;