~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/mix1.inc

  • Committer: Stewart Smith
  • Date: 2010-01-08 06:23:08 UTC
  • mto: (1502.1.30 fix-myisam)
  • mto: This revision was merged to the branch mainline in revision 1533.
  • Revision ID: stewart@flamingspork.com-20100108062308-tdr7vhfw9d81vghn
make the equals of KEY=VALUE required for CREATE TABLE options

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