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;
|
2068.7.6
by Brian Aker
Fix interface for create table such that it issues error and returns state |
5 |
ERROR HY000: Corrupt or invalid table definition for 'test/t1.dfe': 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;
|
2068.7.1
by Brian Aker
First pass through error correction in SE interface for drop table. |
7 |
Got one of the listed errors
|