[TD-5459]<fix>: fix sql parse core error

This commit is contained in:
markswang 2021-07-22 16:49:38 +08:00
parent 87ca06dad5
commit fc0e4f3ed9
1 changed files with 0 additions and 1 deletions

View File

@ -1904,7 +1904,6 @@ int tsInsertInitialCheck(SSqlObj *pSql) {
int tsParseSql(SSqlObj *pSql, bool initial) {
int32_t ret = TSDB_CODE_SUCCESS;
SSqlCmd* pCmd = &pSql->cmd;
1905
if (!initial) {
tscDebug("0x%"PRIx64" resume to parse sql: %s", pSql->self, pCmd->insertParam.sql);
}