~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

  • 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:
106
106
show create table t1;
107
107
alter table t1 ROW_FORMAT=dynamic;
108
108
show create table t1;
109
 
ALTER TABLE t1 COMMENT="", ROW_FORMAT='default';
 
109
ALTER TABLE t1 COMMENT="", ROW_FORMAT=default;
110
110
show create table t1;
111
111
drop table t1;
112
112