~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/select.result

Merge Joe

Show diffs side-by-side

added added

removed removed

Lines of Context:
3650
3650
Handler_read_next       0
3651
3651
Handler_read_prev       0
3652
3652
Handler_read_rnd        0
3653
 
Handler_read_rnd_next   12
 
3653
Handler_read_rnd_next   6
3654
3654
DROP TABLE t1, t2;
3655
3655
End of 5.0 tests
3656
3656
create table t1(a INT, KEY (a));