~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/rowid_order_innodb.result

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:
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),