change
This commit is contained in:
parent
3af45d47d5
commit
4dab12e81c
|
@ -22,7 +22,6 @@ public class InvalidResultSetPointerTest {
|
||||||
execute("drop database if exists " + dbName);
|
execute("drop database if exists " + dbName);
|
||||||
execute("create database if not exists " + dbName);
|
execute("create database if not exists " + dbName);
|
||||||
execute("use " + dbName);
|
execute("use " + dbName);
|
||||||
execute("drop table if exists " + dbName + "." + stbName + "");
|
|
||||||
createSTable();
|
createSTable();
|
||||||
createTable();
|
createTable();
|
||||||
insert();
|
insert();
|
||||||
|
|
Loading…
Reference in New Issue