diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-01-08 21:45:15 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-01-08 21:45:15 +0100 |
commit | cd7ab06e082333386e8c806299b41e789600c68f (patch) | |
tree | 740eb193f9b333e626bd70d30c7e25a220760479 /mysql-test/r/mysqlbinlog.result | |
parent | a216016255c095c045640053f0a844067691bcc4 (diff) | |
download | mariadb-git-cd7ab06e082333386e8c806299b41e789600c68f.tar.gz |
reset master first in test to get consistent start
Diffstat (limited to 'mysql-test/r/mysqlbinlog.result')
-rw-r--r-- | mysql-test/r/mysqlbinlog.result | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |