--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