Skip to content

Commit 5008e33

Browse files
committed
fix sporadic failures of rpl.rpl_drop_temp test
the test forces create_tmp_table_binlog_formats="statement,mixed", so CREATE TEMPORARY TABLE is always logged, and the test should thus always wait for it
1 parent dfe4f82 commit 5008e33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mysql-test/suite/rpl/t/rpl_drop_temp.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,8 @@ SET SESSION binlog_format=ROW;
8585
--disconnect con1
8686

8787
-- connection master
88-
if (`SELECT FIND_IN_SET(@@BINLOG_FORMAT,@@CREATE_TMP_TABLE_BINLOG_FORMATS) > 0`)
89-
{
9088
--let $wait_binlog_event= DROP
9189
--source include/wait_for_binlog_event.inc
92-
}
9390
--sync_slave_with_master
9491
SHOW STATUS LIKE 'Slave_open_temp_tables';
9592

0 commit comments

Comments
 (0)