~drizzle-trunk/drizzle/development

1
2
create table t1 (id int) engine=innodb;
drop table t1;