Skip to content

Commit dfe4f82

Browse files
committed
update engines/funcs.rpl_stm_reset_slave
in 12.0 temp table replication was changed, mixed behaves as row in this test, not as statement
1 parent f984eec commit dfe4f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TBF - difference in row level logging
22
# Temp tables are not replicated in rbr, but it is still good to hit rbr with everthing
3-
-- source include/have_binlog_format_row.inc
3+
-- source include/have_binlog_format_mixed_or_row.inc
44
-- source suite/rpl/include/rpl_reset_slave.test
55

mysql-test/suite/engines/funcs/t/rpl_stm_reset_slave.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TBF - difference in row level logging
2-
-- source include/have_binlog_format_mixed_or_statement.inc
2+
-- source include/have_binlog_format_statement.inc
33
-- source suite/rpl/include/rpl_reset_slave.test
44

55
# End of 4.1 tests

0 commit comments

Comments
 (0)