ensure repeatability of test case

This commit is contained in:
unknown 2006-02-01 02:34:02 +01:00
commit fe98fef92c
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;