fix bug
This commit is contained in:
parent
762284c409
commit
0a969d042c
|
@ -2749,6 +2749,7 @@ void tscHandleSubqueryError(SRetrieveSupport *trsupport, SSqlObj *pSql, int numO
|
||||||
}
|
}
|
||||||
|
|
||||||
doCleanupSubqueries(userSql, userSql->subState.numOfSub);
|
doCleanupSubqueries(userSql, userSql->subState.numOfSub);
|
||||||
|
userSql->subState.numOfSub = 0;
|
||||||
|
|
||||||
pQueryInfo = tscGetQueryInfo(&userSql->cmd);
|
pQueryInfo = tscGetQueryInfo(&userSql->cmd);
|
||||||
executeQuery(userSql, pQueryInfo);
|
executeQuery(userSql, pQueryInfo);
|
||||||
|
|
|
@ -4934,3 +4934,4 @@ void tscRemoveTableMetaBuf(STableMetaInfo* pTableMetaInfo, uint64_t id) {
|
||||||
taosHashRemove(tscTableMetaMap, fname, len);
|
taosHashRemove(tscTableMetaMap, fname, len);
|
||||||
tscDebug("0x%"PRIx64" remove table meta %s, numOfRemain:%d", id, fname, (int32_t) taosHashGetSize(tscTableMetaMap));
|
tscDebug("0x%"PRIx64" remove table meta %s, numOfRemain:%d", id, fname, (int32_t) taosHashGetSize(tscTableMetaMap));
|
||||||
}
|
}
|
||||||
|
|