~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/show_check.result

  • Committer: Lee Bieber
  • Date: 2011-01-08 03:39:25 UTC
  • mfrom: (2062.1.2 build)
  • Revision ID: kalebral@gmail.com-20110108033925-koobar399kwrm4ba
Merge Brian - parser clean up
Merge Marisa - latest doc updates, fix sphinx warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
  `b` VARCHAR(10) COLLATE utf8_general_ci DEFAULT NULL,
182
182
  KEY `b` (`b`)
183
183
) ENGINE=MyISAM ROW_FORMAT='dynamic' COMMENT='test' COLLATE = utf8_general_ci
184
 
ALTER TABLE t1 COMMENT="", ROW_FORMAT='default';
 
184
ALTER TABLE t1 COMMENT="", ROW_FORMAT=default;
185
185
show create table t1;
186
186
Table   Create Table
187
187
t1      CREATE TEMPORARY TABLE `t1` (