Merge branch 'fix/m23.0' of github.com:taosdata/TDengine into fix/m23.0
This commit is contained in:
commit
0a17667227
|
@ -1555,12 +1555,6 @@ int sml_ts3724_Test() {
|
||||||
ASSERT(numRows == 1);
|
ASSERT(numRows == 1);
|
||||||
taos_free_result(pRes);
|
taos_free_result(pRes);
|
||||||
|
|
||||||
pRes = taos_query(taos, "show stables");
|
|
||||||
row = taos_fetch_row(pRes);
|
|
||||||
numRows = taos_affected_rows(pRes);
|
|
||||||
ASSERT(numRows == 3);
|
|
||||||
taos_free_result(pRes);
|
|
||||||
|
|
||||||
taos_close(taos);
|
taos_close(taos);
|
||||||
|
|
||||||
return code;
|
return code;
|
||||||
|
|
Loading…
Reference in New Issue