This commit is contained in:
Haojun Liao 2020-11-17 17:41:09 +08:00
parent 80323814b7
commit 6852339a0d
1 changed files with 2 additions and 0 deletions

View File

@ -559,6 +559,8 @@ int taos_fetch_block(TAOS_RES *res, TAOS_ROW *rows) {
return 0; return 0;
} }
tscResetForNextRetrieve(pRes);
// set the sql object owner // set the sql object owner
tscSetSqlOwner(pSql); tscSetSqlOwner(pSql);