~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/filesort.cc

  • Committer: Olaf van der Spek
  • Date: 2011-02-24 19:13:33 UTC
  • mto: (2202.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2203.
  • Revision ID: olafvdspek@gmail.com-20110224191333-cvky8wxt8lq4jaws
Refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#include <drizzled/plugin/transactional_storage_engine.h>
47
47
#include <drizzled/atomics.h>
48
48
#include <drizzled/global_buffer.h>
49
 
 
50
49
#include <drizzled/sort_field.h>
51
 
 
 
50
#include <drizzled/item/subselect.h>
52
51
 
53
52
using namespace std;
54
53
 
55
 
namespace drizzled
56
 
{
 
54
namespace drizzled {
57
55
 
58
56
/* Defines used by filesort and uniques */
59
57
#define MERGEBUFF               7