~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/select.result

  • Committer: Brian Aker
  • Date: 2010-02-15 18:29:31 UTC
  • mto: (1273.13.68 build)
  • mto: This revision was merged to the branch mainline in revision 1303.
  • Revision ID: brian@gaz-20100215182931-ooy48h72plspoehy
More removal of show code.

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));