opt tbname in
This commit is contained in:
parent
02310d5952
commit
1148ae8f6e
|
@ -829,8 +829,9 @@ static int32_t optimizeTbnameInCondImpl(void* metaHandle, int64_t suid, SArray*
|
|||
}
|
||||
}
|
||||
taosArrayDestroy(pTbList);
|
||||
return 0;
|
||||
}
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
int32_t getTableList(void* metaHandle, void* pVnode, SScanPhysiNode* pScanNode, SNode* pTagCond, SNode* pTagIndexCond,
|
||||
STableListInfo* pListInfo) {
|
||||
|
|
Loading…
Reference in New Issue