~drizzle-trunk/drizzle/development

1
2
3
CREATE TABLE t1 (a int primary key);
show tables;
drop table t1;