summaryrefslogtreecommitdiff
path: root/mysql-test/extra/rpl_tests/rpl_show_binlog_events.inc
blob: 4530f8c639aba25247333d5be72a094cddc3ed3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Include file for rpl_show_relaylog_events.inc

--let $log_type= BINLOG
if ($is_relay_log) {
  --let $log_type= RELAYLOG
}
--let $args=
if ($binlog_file != '') {
  --let $args= IN <FILE>
}
if ($binlog_limit) {
  --let $args= $args LIMIT $binlog_limit
}
--echo ******** [$CURRENT_CONNECTION] SHOW $log_type EVENTS $args ********
--source include/show_events.inc