1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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
This commit is contained in:
He Zhenxing
2008-07-28 15:15:20 +08:00
parent f763a96d2b
commit b1252a7ccf
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
-- source include/have_binlog_format_row.inc
#
# Reset master to cleanup binlog
#
reset master;
#
# Write different events to binlog
#