~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2010-11-07 00:54:27 UTC
  • mfrom: (1909.1.2 merge)
  • Revision ID: brian@tangent.org-20101107005427-a3kcx1lytrm36a97
Rollup merge of iocache work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
{
144
144
  if (sort.io_cache)
145
145
  {
146
 
    close_cached_file(sort.io_cache);
 
146
    sort.io_cache->close_cached_file();
147
147
    delete sort.io_cache;
148
148
    sort.io_cache= 0;
149
149
  }