[TD-225]
This commit is contained in:
parent
78492a88b9
commit
4410234af2
|
@ -573,7 +573,7 @@ int taos_fetch_block(TAOS_RES *res, TAOS_ROW *rows) {
|
||||||
*rows = pRes->urow;
|
*rows = pRes->urow;
|
||||||
|
|
||||||
tscClearSqlOwner(pSql);
|
tscClearSqlOwner(pSql);
|
||||||
return pRes->numOfRows;
|
return (int32_t) pRes->numOfRows;
|
||||||
}
|
}
|
||||||
|
|
||||||
int taos_select_db(TAOS *taos, const char *db) {
|
int taos_select_db(TAOS *taos, const char *db) {
|
||||||
|
|
Loading…
Reference in New Issue