未验证 提交 28b52221 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #7669 from taosdata/hotfix/TD-6426

[td-6426]fix subquery no result issue
......@@ -3411,6 +3411,7 @@ static void doBuildResFromSubqueries(SSqlObj* pSql) {
}
if (numOfRes == 0) { // no result any more, free all subquery objects
pSql->res.completed = true;
freeJoinSubqueryObj(pSql);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册