summaryrefslogtreecommitdiff
path: root/mysql-test/suite/engines/funcs/r/rpl_flushlog_loop.result
blob: 527dd8dc98335ec71b089aeacd8259e36faab90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include/master-slave.inc
[connection master]
connection slave;
include/stop_slave.inc
change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=MASTER_PORT;
include/start_slave.inc
connection master;
change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=SLAVE_PORT;
include/start_slave.inc
flush logs;
include/stop_slave.inc
include/rpl_end.inc