td-1245: fix compile error
This commit is contained in:
parent
702770e8a9
commit
1f63c23f2b
|
@ -309,7 +309,6 @@ static int32_t tscLaunchRealSubqueries(SSqlObj* pSql) {
|
|||
TSDB_QUERY_SET_TYPE(pQueryInfo->type, TSDB_QUERY_TYPE_JOIN_SEC_STAGE);
|
||||
|
||||
memcpy(&pQueryInfo->interval, &pSupporter->interval, sizeof(pQueryInfo->interval));
|
||||
pQueryInfo->groupbyExpr = pSupporter->groupbyExpr;
|
||||
|
||||
tscTagCondCopy(&pQueryInfo->tagCond, &pSupporter->tagCond);
|
||||
|
||||
|
|
Loading…
Reference in New Issue