1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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;

View File

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