~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/strict.result

  • 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:
462
462
) ENGINE=DEFAULT
463
463
drop table t2,t1;
464
464
create table t1 (i int)
465
 
comment '123456789*123456789*123456789*123456789*123456789*123456789*';
 
465
comment='123456789*123456789*123456789*123456789*123456789*123456789*';
466
466
show create table t1;
467
467
Table   Create Table
468
468
t1      CREATE TABLE `t1` (