2010-05-26 16:34:25 +02:00
|
|
|
##############################################################################
|
|
|
|
# Show relay log events
|
|
|
|
#
|
2015-08-21 23:16:54 +02:00
|
|
|
# Usage:
|
2010-05-26 16:34:25 +02:00
|
|
|
# let $binlog_file= slave-relay-bin.000002;
|
|
|
|
# let $binlog_start= 106;
|
|
|
|
# let $binlog_limit= 1, 3;
|
2015-08-21 23:16:54 +02:00
|
|
|
# let $master_name= master1;
|
2010-05-26 16:34:25 +02:00
|
|
|
# source include/show_relaylog_events.inc;
|
|
|
|
#
|
|
|
|
# It shows the first relay log file if $binlog_file is not given.
|
|
|
|
#
|
|
|
|
# It shows events from the end position of the description event if
|
|
|
|
# $binlog_start is not given.
|
|
|
|
#
|
|
|
|
# It shows all of the events if $binlog_limit is not given.
|
|
|
|
# $binlog_format has the same semantic with 'LIMIT' option.
|
|
|
|
#
|
|
|
|
##############################################################################
|
2009-09-29 01:04:20 +02:00
|
|
|
|
2010-05-26 16:34:25 +02:00
|
|
|
--let $is_relay_log= 1
|
|
|
|
--source include/show_events.inc
|