~stewart/drizzle/json-interface

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range.h

  • Committer: Stewart Smith
  • Date: 2011-05-02 07:46:51 UTC
  • mfrom: (2283.4.14 drizzle-queue)
  • Revision ID: stewart@flamingspork.com-20110502074651-13il6jvhm4hb5og4
merge trunk

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 */