diff options
author | He Zhenxing <hezx@mysql.com> | 2008-07-28 15:15:20 +0800 |
---|---|---|
committer | He Zhenxing <hezx@mysql.com> | 2008-07-28 15:15:20 +0800 |
commit | b1252a7ccf6af29a26f5c341a6ad6d1baaf965a2 (patch) | |
tree | 8a6dd55bbde9bd06b1da6ed339150246dbd709c1 /mysql-test/t/mysqlbinlog_base64.test | |
parent | f763a96d2b912fe818098ae8b1a5d6092854b82b (diff) | |
download | mariadb-git-b1252a7ccf6af29a26f5c341a6ad6d1baaf965a2.tar.gz |
Rmove RESET MASTER from have_log_bin.inc because it can cause some
test to stall for slave_net_timeout and cause some test case fail
Diffstat (limited to 'mysql-test/t/mysqlbinlog_base64.test')
-rw-r--r-- | mysql-test/t/mysqlbinlog_base64.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlbinlog_base64.test b/mysql-test/t/mysqlbinlog_base64.test index 71def6a733a..fb21e28fdcb 100644 --- a/mysql-test/t/mysqlbinlog_base64.test +++ b/mysql-test/t/mysqlbinlog_base64.test @@ -1,5 +1,10 @@ -- source include/have_binlog_format_row.inc # +# Reset master to cleanup binlog +# +reset master; + +# # Write different events to binlog # create table t1 (a int); |