1##############################################################################
2# Show relay log events
3#
4# Usage:
5# let $binlog_file= slave-relay-bin.000002;
6# let $binlog_start= 106;
7# let $binlog_limit= 1, 3;
8# let $master_name= master1;
9# source include/show_relaylog_events.inc;
10#
11# It shows the first relay log file if $binlog_file is not given.
12#
13# It shows events from the end position of the description event if
14# $binlog_start is not given.
15#
16# It shows all of the events if $binlog_limit is not given.
17# $binlog_format has the same semantic with 'LIMIT' option.
18#
19##############################################################################
20
21--let $is_relay_log= 1
22--source include/show_events.inc
23