This commit is contained in:
zyyang 2021-02-04 14:44:58 +08:00
parent 3af45d47d5
commit 4dab12e81c
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ public class InvalidResultSetPointerTest {
execute("drop database if exists " + dbName);
execute("create database if not exists " + dbName);
execute("use " + dbName);
execute("drop table if exists " + dbName + "." + stbName + "");
createSTable();
createTable();
insert();