From cd7ab06e082333386e8c806299b41e789600c68f Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 8 Jan 2008 21:45:15 +0100 Subject: reset master first in test to get consistent start --- mysql-test/r/mysqlbinlog.result | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/r/mysqlbinlog.result') diff --git a/mysql-test/r/mysqlbinlog.result b/mysql-test/r/mysqlbinlog.result index 7f500c88c26..1730b6b97eb 100644 --- a/mysql-test/r/mysqlbinlog.result +++ b/mysql-test/r/mysqlbinlog.result @@ -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)); -- cgit v1.2.1