~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range_param.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 08:50:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225085015-83sux5qsvy312gew
MEM_ROOT == memory::Root

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)