fix compile error
This commit is contained in:
parent
45a0859a5f
commit
4f7a835ad6
|
@ -650,7 +650,7 @@ int32_t tscToSQLCmd(SSqlObj* pSql, struct SSqlInfo* pInfo) {
|
||||||
|
|
||||||
if (diffSize) {
|
if (diffSize) {
|
||||||
for (int32_t i = 1; i < pCmd->numOfClause; ++i) {
|
for (int32_t i = 1; i < pCmd->numOfClause; ++i) {
|
||||||
SQueryInfo* pQueryInfo2 = tscGetQueryInfoDetail(pCmd, i);
|
SQueryInfo* pQueryInfo2 = tscGetQueryInfo(pCmd, i);
|
||||||
tscFieldInfoSetSize(&pQueryInfo1->fieldsInfo, &pQueryInfo2->fieldsInfo);
|
tscFieldInfoSetSize(&pQueryInfo1->fieldsInfo, &pQueryInfo2->fieldsInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue