Merge pull request #9932 from taosdata/feature/3.0_liaohj
[td-11818] refactor.
This commit is contained in:
commit
aaff785f85
|
@ -65,9 +65,9 @@ int32_t qCreateQueryDag(const struct SQueryNode* pNode, struct SQueryDag** pDag,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pLogicPlan->info.type != QNODE_MODIFY) {
|
if (pLogicPlan->info.type != QNODE_MODIFY) {
|
||||||
char* str = NULL;
|
// char* str = NULL;
|
||||||
queryPlanToString(pLogicPlan, &str);
|
// queryPlanToString(pLogicPlan, &str);
|
||||||
printf("%s\n", str);
|
// printf("%s\n", str);
|
||||||
}
|
}
|
||||||
|
|
||||||
code = optimizeQueryPlan(pLogicPlan);
|
code = optimizeQueryPlan(pLogicPlan);
|
||||||
|
|
Loading…
Reference in New Issue