~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_index_merge_select.cc

  • Committer: Jay Pipes
  • Date: 2010-04-22 20:20:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1524.
  • Revision ID: jpipes@serialcoder-20100422202039-n5x48h925ixy112m
Cursor::ha_index_init() -> Cursor::startIndexScan().  Cursor::ha_index_end() -> Cursor::endIndexScan()

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        break;
142
142
 
143
143
      if (cur_quick->cursor->inited != Cursor::NONE)
144
 
        cur_quick->cursor->ha_index_end();
 
144
        cur_quick->cursor->endIndexScan();
145
145
      if (cur_quick->init() || cur_quick->reset())
146
146
        return 0;
147
147
    }