~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/tableprototester/tests/r/missing_engine.result

  • Committer: Brian Aker
  • Date: 2010-10-09 00:49:33 UTC
  • mfrom: (1812.5.8 staging)
  • Revision ID: brian@tangent.org-20101009004933-tehugnkubtzp6uy4
Merge in changes for show create table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Tables_in_test (t1)
3
3
t1
4
4
SHOW CREATE TABLE t1;
5
 
ERROR HY000: Corrupt or invalid table definition: schema, engine, creation_timestamp, update_timestamp
 
5
Table   Create Table
 
6
t1      CREATE TABLE `t1` (
 
7
  `number` INT
 
8
) COMMENT='Table without a StorageEngine message'