~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range_param.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  /* Array of parts of all keys for which range analysis is performed */
45
45
  KEY_PART *key_parts;
46
46
  KEY_PART *key_parts_end;
47
 
  MEM_ROOT *mem_root; /* Memory that will be freed when range analysis completes */
48
 
  MEM_ROOT *old_root; /* Memory that will last until the query end */
 
47
  drizzled::memory::Root *mem_root; /* Memory that will be freed when range analysis completes */
 
48
  drizzled::memory::Root *old_root; /* Memory that will last until the query end */
49
49
  /*
50
50
    Number of indexes used in range analysis (In SEL_TREE::keys only first
51
51
    #keys elements are not empty)