未验证 提交 7a3c69c2 编写于 作者: H haojun Liao 提交者: GitHub

[TD-2932]

[TD-2932]<fix>: fix crash during cancel query at client side.
上级 4e2e7596
......@@ -2450,7 +2450,6 @@ static void tscRetrieveFromDnodeCallBack(void *param, TAOS_RES *tres, int numOfR
SRetrieveSupport *trsupport = (SRetrieveSupport *)param;
if (pSql->param == NULL || param == NULL) {
tscDebug("%p already freed in dnodecallback", pSql);
assert(pSql->res.code == TSDB_CODE_TSC_QUERY_CANCELLED);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册