minor changes

This commit is contained in:
Shengliang Guan 2021-08-24 18:40:26 +08:00
parent f3dcb6ed21
commit 78da4fedce
1 changed files with 1 additions and 1 deletions

View File

@ -2440,7 +2440,7 @@ static void doSendQueryReqs(SSchedMsg* pSchedMsg) {
SRetrieveSupport* pSupport = pSub->param;
tscDebug("0x%"PRIx64" sub:0x%"PRIx64" launch subquery, orderOfSub:%d.", pSql->self, pSub->self, pSupport->subqueryIndex);
tscProcessSql(pSub);
tscBuildAndSendRequest(pSub, NULL);
}
tfree(p);