提交 a6839b5a 编写于 作者: S slzhou

fix: select tags and set tag scan execution mode

上级 514da6e1
......@@ -366,7 +366,7 @@ static bool tagScanNodeHasTbname(SNode* pKeys) {
return hasTbname;
}
static int32_t setTagScanOnlyMetaCtbIdx(SScanLogicNode* pScan) {
static int32_t setTagScanExecutionMode(SScanLogicNode* pScan) {
SNode* pCond = nodesCloneNode(pScan->node.pConditions);
SNode* pTagCond = NULL;
SNode* pTagIndexCond = NULL;
......@@ -451,7 +451,7 @@ static int32_t createScanLogicNode(SLogicPlanContext* pCxt, SSelectStmt* pSelect
}
if (pSelect->tagScan) {
code = setTagScanOnlyMetaCtbIdx(pScan);
code = setTagScanExecutionMode(pScan);
}
if (TSDB_CODE_SUCCESS == code) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册