~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/broken_table_proto_file.result

  • Committer: Brian Aker
  • Date: 2011-01-12 22:54:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2079.
  • Revision ID: brian@tangent.org-20110112225412-u76lu18yz6furi4s
Fix interface for create table such that it issues error and returns state
like the rest of the API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
SHOW TABLE STATUS like 't1';
3
3
Session Schema  Name    Type    Engine  Version Rows    Avg_row_length  Table_size      Auto_increment
4
4
show create table t1;
5
 
ERROR HY000: Corrupt or invalid table definition for test/t1.dfe: name, schema, type, engine, creation_timestamp, update_timestamp
 
5
ERROR HY000: Corrupt or invalid table definition for 'test/t1.dfe': name, schema, type, engine, creation_timestamp, update_timestamp
6
6
drop table if exists t1;
7
7
Got one of the listed errors