mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
ensure repeatability of test case
This commit is contained in:
parent
d2767a25d6
commit
fe98fef92c
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue