~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

Merge in SQL reserved word patch

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