~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort.cc

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:14:39 UTC
  • mfrom: (1130.2.18 plugin-base-class)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006191439-fd1vvlp22654l3k3
Merged latest plugin-base-class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <algorithm>
34
34
 
35
35
using namespace std;
 
36
using namespace drizzled;
36
37
 
37
38
/* functions defined in this file */
38
39
 
120
121
   Release InnoDB's adaptive hash index latch (if holding) before
121
122
   running a sort.
122
123
  */
123
 
  ha_release_temporary_latches(session);
 
124
  plugin::StorageEngine::releaseTemporaryLatches(session);
124
125
 
125
126
  /*
126
127
    Don't use table->sort in filesort as it is also used by