~drizzle-trunk/drizzle/development

1
2
3
create table t5 (a int);
alter table t5 engine=blitzdb;
show create table t5;