~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/show_check.test

First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
bit more with the current system. Engines approve key/pair.

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