1!include suite/rpl/my.cnf
2
3[mysqld.1]
4sync_binlog=0
5binlog_format=row
6rocksdb_read_free_rpl_tables="t.*"
7slave-exec-mode=strict
8
9[mysqld.2]
10sync_binlog=0
11binlog_format=row
12rocksdb_read_free_rpl_tables="t.*"
13slave-exec-mode=strict
14rocksdb_default_cf_options=write_buffer_size=16k;target_file_size_base=16k
15