~drizzle-trunk/drizzle/development

1
2
3
4
create table t1 (a int);
create temporary table t1 (a int);
drop table t1;
drop table t1;