[td-225]disable query plan.
This commit is contained in:
parent
06b2f1fd1a
commit
35a4c0386e
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue