summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/s3/replication_mixed.test
blob: d10d586dab97aa5d9de8d61779cc67a4d03aa3b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--source include/have_binlog_format_mixed.inc
--source include/master-slave.inc

set binlog_format=mixed;
RESET MASTER;
connection slave;
set binlog_format=mixed;
RESET MASTER;
connection master;

--source replication.inc