--source include/master-slave.inc connection slave; set global read_only=1; show binlog events; show master status; drop temporary table if exists foo; show binlog events; show master status;