summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/r/binlog_row_drop_tbl.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/binlog/r/binlog_row_drop_tbl.result')
-rw-r--r--mysql-test/suite/binlog/r/binlog_row_drop_tbl.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/binlog/r/binlog_row_drop_tbl.result b/mysql-test/suite/binlog/r/binlog_row_drop_tbl.result
index 15e6679fa25..0629c464beb 100644
--- a/mysql-test/suite/binlog/r/binlog_row_drop_tbl.result
+++ b/mysql-test/suite/binlog/r/binlog_row_drop_tbl.result
@@ -6,7 +6,7 @@ BEGIN;
INSERT INTO t1 VALUES(1);
DROP TABLE t1;;
COMMIT;
-show binlog events from <binlog_start>;
+include/show_binlog_events.inc
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000001 # Query # # use `test`; CREATE TABLE t1 (a INT)
master-bin.000001 # Query # # BEGIN