~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/nested_join.h

  • Committer: Monty Taylor
  • Date: 2008-10-23 06:29:32 UTC
  • mto: This revision was merged to the branch mainline in revision 557.
  • Revision ID: monty@inaugust.com-20081023062932-d4zxq466vtrfs4jk
Moved some bitmap defines into bitmap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_NESTED_JOIN_H
21
21
#define DRIZZLED_NESTED_JOIN_H
22
22
 
 
23
#include <drizzled/sql_list.h>
 
24
#include <drizzled/sql_bitmap.h>
 
25
 
23
26
struct nested_join_st
24
27
{
25
28
  List<TableList>  join_list;       /* list of elements in the nested join */