mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Return proper MySQL connection for syncrhonous requests based on calling thread instead of bundled connection.
--HG-- branch : trunk
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
#include "Timer.h"
|
||||
|
||||
MySQLConnection::MySQLConnection() :
|
||||
m_Mysql(NULL)
|
||||
m_Mysql(NULL),
|
||||
m_worker(NULL),
|
||||
m_queue(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user