~drizzle-trunk/drizzle/development

1
2
3
4
5
6
flush tables;
SHOW TABLE STATUS like 't1';
Session	Schema	Name	Type	Engine	Version	Rows	Avg_row_length	Table_size	Auto_increment
show create table t1;
ERROR HY000: Incorrect information in file: './test/t1'
drop table if exists t1;