~drizzle-trunk/drizzle/development

673.3.27 by Stewart Smith
fix CREATE statements in show_check test. Add new (broken) frm test for use in future frm work.
1
flush tables;
2
SHOW TABLE STATUS like 't1';
1320.1.18 by Brian Aker
Overhaul of SHOW TABLE STATUS.
3
Session	Schema	Name	Type	Engine	Version	Rows	Avg_row_length	Table_size	Auto_increment
673.3.27 by Stewart Smith
fix CREATE statements in show_check test. Add new (broken) frm test for use in future frm work.
4
show create table t1;
1412 by Brian Aker
Innodb is now in the house (aka... it handls its own DFE).
5
ERROR HY000: Corrupt or invalid table definition: name, schema, type, engine, creation_timestamp, update_timestamp
673.3.27 by Stewart Smith
fix CREATE statements in show_check test. Add new (broken) frm test for use in future frm work.
6
drop table if exists t1;
1412 by Brian Aker
Innodb is now in the house (aka... it handls its own DFE).
7
ERROR HY000: Corrupt or invalid table definition: name, schema, type, engine, creation_timestamp, update_timestamp