~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/nested_join.h

  • Committer: Brian Aker
  • Date: 2010-10-08 14:22:02 UTC
  • mfrom: (1802.16.21 bug621875)
  • mto: This revision was merged to the branch mainline in revision 1824.
  • Revision ID: brian@tangent.org-20101008142202-96maf31n9odkc13n
Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_NESTED_JOIN_H
22
22
 
23
23
#include <drizzled/sql_list.h>
24
 
#include <drizzled/sql_bitmap.h>
25
24
#include <drizzled/item.h>
26
25
#include <drizzled/table_list.h>
27
26