~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
/* PREV_BITS only used in sql_select.cc */
44
44
#define PREV_BITS(type,A)       ((type) (((type) 1 << (A)) -1))
45
45
 
46
 
#include <plugin/myisam/myisam.h>
47
 
#include <drizzled/sql_array.h>
48
 
 
49
46
/* Values in optimize */
50
47
#define KEY_OPTIMIZE_EXISTS             1
51
48
#define KEY_OPTIMIZE_REF_OR_NULL        2