mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
ensure repeatability of test case
This commit is contained in:
parent
d302b0eb50
commit
e58f287f49
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
drop table if exists t1,t2;
|
||||
drop database if exists mysqltest;
|
||||
drop table if exists t1,t2;
|
||||
drop database if exists mysqltest;
|
||||
drop table if exists t1,t2;
|
||||
reset master;
|
||||
reset master;
|
||||
create database mysqltest;
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
--disable_warnings
|
||||
connection server2;
|
||||
drop table if exists t1,t2;
|
||||
drop database if exists mysqltest;
|
||||
drop table if exists t1,t2;
|
||||
connection server1;
|
||||
drop table if exists t1,t2;
|
||||
drop database if exists mysqltest;
|
||||
drop table if exists t1,t2;
|
||||
--connection server1
|
||||
reset master;
|
||||
--connection server2
|
||||
|
|
Loading…
Reference in a new issue