source include/master-slave.inc; connection master; use test; drop table if exists t1; show slave status; --error 1218 load table t1 from master;