~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 23:02:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091221230248-0z3bjfl0qaj1sy0s
Removed Array<>.

Show diffs side-by-side

added added

removed removed

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