Merge branch 'fix/m23.0' of github.com:taosdata/TDengine into fix/m23.0

This commit is contained in:
dapan1121 2023-08-28 15:43:57 +08:00
commit 0a17667227
1 changed files with 0 additions and 6 deletions

View File

@ -1555,12 +1555,6 @@ int sml_ts3724_Test() {
ASSERT(numRows == 1);
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);
return code;