reset master first in test to get consistent start

This commit is contained in:
msvensson@pilot.mysql.com 2008-01-08 21:45:15 +01:00
parent f3a9534412
commit e898b7943b
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
reset master;
set timestamp=1000000000;
drop table if exists t1,t2,t3,t4,t5,t03,t04;
create table t1 (word varchar(20));

View File

@ -4,6 +4,9 @@
-- source include/have_log_bin.inc
# Deletes all the binary logs
reset master;
# we need this for getting fixed timestamps inside of this test
set timestamp=1000000000;