~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/quick_ror_union_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:
159
159
  {
160
160
    head->cursor->ha_rnd_end();
161
161
  }
162
 
  free_root(&alloc,MYF(0));
163
 
  return;
 
162
  alloc.free_root(MYF(0));
164
163
}
165
164
 
166
165