[td-225]disable query plan.

This commit is contained in:
Haojun Liao 2021-08-02 15:52:58 +08:00
parent 06b2f1fd1a
commit 35a4c0386e
1 changed files with 2 additions and 2 deletions

View File

@ -8758,13 +8758,13 @@ int32_t validateSqlNode(SSqlObj* pSql, SSqlNode* pSqlNode, SQueryInfo* pQueryInf
tfree(p);
}
//#if 0
#if 0
SQueryNode* p = qCreateQueryPlan(pQueryInfo);
char* s = queryPlanToString(p);
printf("%s\n", s);
tfree(s);
qDestroyQueryPlan(p);
//#endif
#endif
return TSDB_CODE_SUCCESS; // Does not build query message here
}