~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Mark Atwood
  • Date: 2011-04-29 00:19:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2297.
  • Revision ID: me@mark.atwood.name-20110429001938-ps5i74hzcic7dvr3
Merge in Fixes of Brian's IOCACHE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
    if (usable_index == MAX_KEY)
212
212
    {
213
213
      FileSort filesort(*session);
214
 
      table->sort.io_cache= new internal::IO_CACHE;
 
214
      table->sort.io_cache= new internal::io_cache_st;
215
215
 
216
216
 
217
217
      if (not (sortorder= make_unireg_sortorder((Order*) order->first, &length, NULL)) ||