~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Brian Aker
  • Date: 2010-11-06 19:38:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1910.
  • Revision ID: brian@tangent.org-20101106193841-exc9cc3qc515zhev
Encapsulation of IO_CACHE.

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
  }