~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

Merged from fix-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#define PREV_BITS(type,A)       ((type) (((type) 1 << (A)) -1))
30
30
 
31
31
#include <storage/myisam/myisam.h>
 
32
#include <drizzled/sql_array.h>
32
33
 
33
34
/* Values in optimize */
34
35
#define KEY_OPTIMIZE_EXISTS             1