summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_parallel_show_binlog_events_purge_logs.result
blob: 204db2bae9f04abc2c2dde921c304a84cfc05eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include/master-slave.inc
[connection master]
connection slave;
SET DEBUG_SYNC= 'after_show_binlog_events SIGNAL on_show_binlog_events WAIT_FOR end';
SHOW BINLOG EVENTS;
connection slave1;
SET DEBUG_SYNC= 'now WAIT_FOR on_show_binlog_events';
FLUSH LOGS;
SET DEBUG_SYNC= 'now SIGNAL end';
connection slave;
SET DEBUG_SYNC= 'RESET';
connection master;
include/rpl_end.inc