Browse Source

Merge branch 'master' of http://local.beijingyongan.com:3000/linux-dev/ya-serv

lixioayao 5 years ago
parent
commit
0a9634a06d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      db/db_api/CDBConnPool.cpp

+ 2 - 0
db/db_api/CDBConnPool.cpp

@@ -263,6 +263,8 @@ namespace YADB
 				sql_list.swap(g_sql_list);
 			}
 
+			logn_info(2,"sql_list size=%lld", sql_list.size());
+
 			for(auto pData:sql_list)
 			{
 				ExecAsyncSql(pData);