~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range.h

  • Committer: Mark Atwood
  • Date: 2011-04-29 00:19:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2297.
  • Revision ID: me@mark.atwood.name-20110429001938-ps5i74hzcic7dvr3
Merge in Fixes of Brian's IOCACHE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
  QuickSelectInterface *quick; /**< If quick-select used */
278
278
  COND *cond; /**< where condition */
279
279
  Table *head;
280
 
  internal::IO_CACHE *file; /**< Positions to used records */
 
280
  internal::io_cache_st *file; /**< Positions to used records */
281
281
  ha_rows records; /**< Records in use if read from file */
282
282
  double read_time; /**< Time to read rows */
283
283
  key_map quick_keys; /**< Possible quick keys */