summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_EE_err.result
blob: 16fa931e303dcfdfff05c245cbf897ee38ad00d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
create table t1 (a int) engine=myisam;
flush tables;
drop table if exists t1;
Warnings:
Error	2	Can't find file: 't1' (errno: 2)