opt tbname in

This commit is contained in:
yihaoDeng 2022-09-29 21:53:39 +08:00
parent 02310d5952
commit 1148ae8f6e
1 changed files with 2 additions and 1 deletions

View File

@ -829,9 +829,10 @@ static int32_t optimizeTbnameInCondImpl(void* metaHandle, int64_t suid, SArray*
} }
} }
taosArrayDestroy(pTbList); taosArrayDestroy(pTbList);
}
return 0; return 0;
} }
return -1;
}
int32_t getTableList(void* metaHandle, void* pVnode, SScanPhysiNode* pScanNode, SNode* pTagCond, SNode* pTagIndexCond, int32_t getTableList(void* metaHandle, void* pVnode, SScanPhysiNode* pScanNode, SNode* pTagCond, SNode* pTagIndexCond,
STableListInfo* pListInfo) { STableListInfo* pListInfo) {
int32_t code = TSDB_CODE_SUCCESS; int32_t code = TSDB_CODE_SUCCESS;