~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Monty Taylor
  • Date: 2009-12-23 09:53:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091223095341-hpneam4ynxfggnut
zomg. I think drizzled/ is clean now.

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
 
 
48
46
/* Values in optimize */
49
47
#define KEY_OPTIMIZE_EXISTS             1
50
48
#define KEY_OPTIMIZE_REF_OR_NULL        2