~drizzle-trunk/drizzle/development

590.1.7 by Stewart Smith
remove mysql_frm_type
1
create table t1 (a int);
2
create temporary table t1 (a int);
3
drop table t1;
4
drop table t1;