summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_stm_log.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2017-12-03 15:21:53 +0200
committerMonty <monty@mariadb.org>2017-12-03 15:21:53 +0200
commitd7b0b8ddacd6a27e0ea1c5fbad75aae60ed03d6b (patch)
tree57d927a15479716eccdb58c1268444c042ac72da /mysql-test/suite/rpl/r/rpl_stm_log.result
parentbf6d11c4d66f155ce84ba45541f0333493aa084e (diff)
downloadmariadb-git-d7b0b8ddacd6a27e0ea1c5fbad75aae60ed03d6b.tar.gz
MDEV-10688 rpl.rpl_row_log_innodb failed in buildbot
Problem was that Binlog_checkpoint can happen at random times. Fixed by not write binlog_checkpoint for the rpl_log test. Other things: - Removed not used variable "$keep_gtid_events" - Added option for show_binlog_events to skip binlog_checkpoint
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_stm_log.result')
-rw-r--r--mysql-test/suite/rpl/r/rpl_stm_log.result2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_stm_log.result b/mysql-test/suite/rpl/r/rpl_stm_log.result
index da925035c9c..4d187095d17 100644
--- a/mysql-test/suite/rpl/r/rpl_stm_log.result
+++ b/mysql-test/suite/rpl/r/rpl_stm_log.result
@@ -215,7 +215,6 @@ master-bin.000001 # Query # # COMMIT
master-bin.000001 # Rotate # # master-bin.000002;pos=POS
include/show_binlog_events.inc
Log_name Pos Event_type Server_id End_log_pos Info
-master-bin.000002 # Binlog_checkpoint # # master-bin.000002
master-bin.000002 # Gtid # # GTID #-#-#
master-bin.000002 # Query # # use `test`; create table t3 (a int)ENGINE=MyISAM
master-bin.000002 # Gtid # # GTID #-#-#
@@ -252,7 +251,6 @@ slave-bin.000001 # Query # # use `test`; create table t3 (a int)ENGINE=MyISAM
slave-bin.000001 # Rotate # # slave-bin.000002;pos=POS
include/show_binlog_events.inc
Log_name Pos Event_type Server_id End_log_pos Info
-slave-bin.000002 # Binlog_checkpoint # # slave-bin.000002
slave-bin.000002 # Gtid # # GTID #-#-#
slave-bin.000002 # Query # # use `test`; create table t2 (n int)ENGINE=MyISAM
slave-bin.000002 # Gtid # # BEGIN GTID #-#-#