1!include suite/rpl/my.cnf
2
3[mysqld.1]
4sync_binlog=0
5binlog_format=row
6slave-exec-mode=strict
7
8[mysqld.2]
9sync_binlog=0
10binlog_format=row
11slave-exec-mode=strict
12