~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
stop slave;
2
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
3
reset master;
4
reset slave;
5
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
6
start slave;
7
create table t1 (a int) engine=myisam;
8
flush tables;
9
drop table if exists t1;
10
Warnings:
11
Error	2	Can't find file: 't1' (errno: 2)