Add missing lock.

This commit is contained in:
Gunnar Beutner 2013-07-22 13:54:24 +02:00
parent a7548a5fae
commit 4306264217
1 changed files with 1 additions and 0 deletions

View File

@ -383,5 +383,6 @@ void MysqlDbConnection::ExecuteQuery(const DbQuery& query)
}
}
boost::mutex::scoped_lock lock(m_ConnectionMutex);
Query(qbuf.str());
}