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