1include/master-slave.inc
2[connection master]
3create table t1 (a int) engine=myisam;
4flush tables t1;
5drop table if exists t1;
6Warnings:
7Warning	1017	Can't find file: './test/t1.MYI' (errno: 2 "No such file or directory")
8include/rpl_end.inc
9