1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

ensure repeatability of test case

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-02-01 02:34:02 +01:00
parent d302b0eb50
commit e58f287f49
2 changed files with 3 additions and 3 deletions

View File

@@ -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;