~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-11 05:13:54 UTC
  • mto: (2075.2.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2076.
  • Revision ID: brian@tangent.org-20110111051354-m8ba2xvtjfldrler
First pass through error correction in SE interface for drop table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
show create table t1;
5
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
 
ERROR HY000: Corrupt or invalid table definition for test/t1.dfe: name, schema, type, engine, creation_timestamp, update_timestamp
 
7
Got one of the listed errors