summaryrefslogtreecommitdiff
path: root/mysql-test/suite/binlog/r/binlog_checksum.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/binlog/r/binlog_checksum.result')
-rw-r--r--mysql-test/suite/binlog/r/binlog_checksum.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/binlog/r/binlog_checksum.result b/mysql-test/suite/binlog/r/binlog_checksum.result
index 44024456720..41d8e954e23 100644
--- a/mysql-test/suite/binlog/r/binlog_checksum.result
+++ b/mysql-test/suite/binlog/r/binlog_checksum.result
@@ -10,10 +10,10 @@ master-bin.000001 #
create table t1 (a int);
flush logs;
drop table t1;
-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 # Rotate # # master-bin.000002;pos=4
+master-bin.000001 # Rotate # # master-bin.000002;pos=POS
show tables;
Tables_in_test
t1