未验证 提交 7fc9a602 编写于 作者: M Minglei Jin 提交者: GitHub

Merge pull request #11325 from taosdata/fix/TS-1397-2.4

[TS-1397]<fix>: fixed that column conditions worked bad on 32-bit Windows
......@@ -4361,7 +4361,7 @@ static int32_t getColQueryCondExpr(SSqlCmd* pCmd, SQueryInfo* pQueryInfo, tSqlEx
};
if (pQueryInfo->colCond == NULL) {
pQueryInfo->colCond = taosArrayInit(2, sizeof(SCond));
pQueryInfo->colCond = taosArrayInit(2, sizeof(STblCond));
}
taosArrayPush(pQueryInfo->colCond, &cond);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册