~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_range_select.cc

  • Committer: Brian Aker
  • Date: 2010-04-19 19:23:14 UTC
  • Revision ID: brian@gaz-20100419192314-47vro57tcn607i61
More updates for memory::Root

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
      }
139
139
    }
140
140
    delete_dynamic(&ranges); /* ranges are allocated in alloc */
141
 
    free_root(&alloc,MYF(0));
 
141
    alloc.free_root(MYF(0));
142
142
  }
143
143
  head->column_bitmaps_set(save_read_set, save_write_set);
144
144
  assert(mrr_buf_desc == NULL);