~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
drop table if exists t1;
1063.9.3 by Brian Aker
Partial fix for tests for tmp
2
CREATE TEMPORARY TABLE t1 (a int auto_increment primary key not null, b longtext) ENGINE=MyISAM;
1008.3.34 by Stewart Smith
fix almost_full test some more
3
drop table t1;