~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/select.result

  • Committer: Brian Aker
  • Date: 2010-02-17 01:56:39 UTC
  • mfrom: (1273.13.69 build)
  • Revision ID: brian@gaz-20100217015639-ou3s722vekucn5fd
Many updates. Brian, Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3641
3641
Handler_read_next       0
3642
3642
Handler_read_prev       0
3643
3643
Handler_read_rnd        0
3644
 
Handler_read_rnd_next   6
 
3644
Handler_read_rnd_next   12
3645
3645
DROP TABLE t1, t2;
3646
3646
End of 5.0 tests
3647
3647
create table t1(a INT, KEY (a));