~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort.cc

Merge with trunk

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