summaryrefslogtreecommitdiff
path: root/mysql-test/include/show_relaylog_events.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/show_relaylog_events.inc')
-rw-r--r--mysql-test/include/show_relaylog_events.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/include/show_relaylog_events.inc b/mysql-test/include/show_relaylog_events.inc
index d1bd11f1642..c98e961da76 100644
--- a/mysql-test/include/show_relaylog_events.inc
+++ b/mysql-test/include/show_relaylog_events.inc
@@ -1,10 +1,11 @@
##############################################################################
# Show relay log events
#
-# Useage:
+# Usage:
# let $binlog_file= slave-relay-bin.000002;
# let $binlog_start= 106;
# let $binlog_limit= 1, 3;
+# let $master_name= master1;
# source include/show_relaylog_events.inc;
#
# It shows the first relay log file if $binlog_file is not given.