TD-12506 merge 3.0

This commit is contained in:
Xiaoyu Wang 2021-12-24 04:14:29 -05:00
parent c230608837
commit b98c6f7e04
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ TAOS_RES *taos_query_l(TAOS *taos, const char *sql, int sqlLen) {
SQueryDag* pDag = NULL;
void* pJob = NULL;
terrno = TSDB_CODE_SUCCESS;
CHECK_CODE_GOTO(buildRequest(pTscObj, sql, sqlLen, &pRequest), _return);
CHECK_CODE_GOTO(parseSql(pRequest, &pQuery), _return);
if (qIsDdlQuery(pQuery)) {