summaryrefslogtreecommitdiff
path: root/mysql-test/r/flush_block_commit_notembedded.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/flush_block_commit_notembedded.result')
-rw-r--r--mysql-test/r/flush_block_commit_notembedded.result6
1 files changed, 2 insertions, 4 deletions
diff --git a/mysql-test/r/flush_block_commit_notembedded.result b/mysql-test/r/flush_block_commit_notembedded.result
index 08643527b75..130146bf252 100644
--- a/mysql-test/r/flush_block_commit_notembedded.result
+++ b/mysql-test/r/flush_block_commit_notembedded.result
@@ -10,13 +10,11 @@ SELECT 1;
1
# Switch to connection con2
FLUSH TABLES WITH READ LOCK;
-show binlog events from <binlog_start>;
-Log_name Pos Event_type Server_id End_log_pos Info
+include/show_binlog_events.inc
# Switch to connection con1
INSERT INTO t1 VALUES (1);
# Switch to connection con2
-show binlog events from <binlog_start>;
-Log_name Pos Event_type Server_id End_log_pos Info
+include/show_binlog_events.inc
UNLOCK TABLES;
# Switch to connection con1
DROP TABLE t1;