~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
create table t5 (a int);
alter table t5 engine=blitzdb;
show create table t5;
Table	Create Table
t5	CREATE TABLE `t5` (
  `a` INT DEFAULT NULL
) ENGINE=BLITZDB COLLATE = utf8_general_ci