~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-13 07:24:48 UTC
  • mfrom: (2068.7.8 session-fix)
  • Revision ID: brian@gir-3-20110113072448-c07so48hh6lopysr
Merge in fix around API (we should be able to move to seeing errors directly
from SE interface (which solves the wishlist issue, and convoluted issues
around issuing errors).

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