~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/mix1.inc

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:
541
541
# Bug #28652: assert when alter innodb table operation
542
542
#
543
543
create table t1(a int) engine=innodb;
544
 
alter table t1 comment '123';
 
544
alter table t1 comment='123';
545
545
show create table t1;
546
546
drop table t1;
547
547