~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-11-09 17:12:40 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1922.
  • Revision ID: brian@tangent.org-20101109171240-9b7pvlxb68cany87
Check simple cache performance hit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
SHOW CREATE TABLE t1;
5
5
Table   Create Table
6
6
t1      CREATE TABLE `t1` (
 
7
  `number` INT,
7
8
  `number` INT
8
9
) COMMENT='Table without a StorageEngine message'