blob: aba5d155e6c1e5c8ba50b5ee08c027446b5f536f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--source include/have_binlog_format_statement.inc
--source include/master-slave.inc
set binlog_format=statement;
RESET MASTER;
connection slave;
set binlog_format=statement;
RESET MASTER;
connection master;
--source replication.inc
|