include/master-slave.inc [connection master] create table t1 (a int); create table t2 (a int); drop table t1; drop table t2; include/rpl_end.inc