~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/rowid_order_innodb.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:
52
52
PRIMARY KEY  (pk1),
53
53
KEY key1 (key1),
54
54
KEY key2 (key2)
55
 
) collate utf8_general_ci;
 
55
) collate=utf8_general_ci;
56
56
insert into t1 values ('a1', 1, 1),
57
57
('b2', 1, 1),
58
58
('A3', 1, 1),