~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_sort.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_SQL_SORT_H
21
21
#define DRIZZLED_SQL_SORT_H
22
22
 
 
23
#include "mysys/my_sys.h"
 
24
#include "drizzled/base.h"
 
25
 
23
26
typedef struct st_sort_field SORT_FIELD;
 
27
typedef struct st_io_cache IO_CACHE;
24
28
class Field;
 
29
class Table;
25
30
 
26
31
/* Defines used by filesort and uniques */
27
32