~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
class JOIN;
31
31
class TRP_ROR_INTERSECT; 
32
32
typedef class Item COND;
 
33
typedef struct st_io_cache IO_CACHE;
33
34
 
34
35
typedef struct st_handler_buffer HANDLER_BUFFER;
35
36
 
289
290
  QuickSelectInterface *quick; /**< If quick-select used */
290
291
  COND *cond; /**< where condition */
291
292
  Table *head;
292
 
  IO_CACHE file; /**< Positions to used records */
 
293
  IO_CACHE *file; /**< Positions to used records */
293
294
  ha_rows records; /**< Records in use if read from file */
294
295
  double read_time; /**< Time to read rows */
295
296
  key_map quick_keys; /**< Possible quick keys */