取消注释代码

This commit is contained in:
zhulongjun 2019-02-26 21:22:47 +08:00
parent 6022707b46
commit 74dd6d995f

View File

@ -206,7 +206,7 @@ private:
void DBPool::Init()
{
#if 0
#if 1
#if 1
/*mysql_init()不是完全线程安全的,但是只要成功调用一次就后就线程安全了,
线使mysql_init()mysql_init()qsort()
@ -233,7 +233,7 @@ void DBPool::Update()
void DBPool::_SS_GSM_ExecAsyncSql(f8::MsgHdr& hdr, const ss::SS_GSM_ExecAsyncSql& msg)
{
#if 0
#if 1
DBThread *db_thread = db_single_thread_;
switch (msg.exec_type()) {
case 0: