mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 12:02:48 -04: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