~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_bitmap.h

  • Committer: Tim Penhey
  • Date: 2010-02-11 00:28:04 UTC
  • mfrom: (1271.6.2 unify_error)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: tim@penhey.net-20100211002804-l37rv3exdak25taw
Merge prev pipe and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <cstring>
31
31
 
32
 
 
 
32
namespace drizzled
 
33
{
33
34
 
34
35
typedef uint64_t table_map;          /* Used for table bits in join */
35
36
typedef uint32_t nesting_map;  /* Used for flags of nesting constructs */
362
363
                4*map1->numOfWordsInMap()) == 0;
363
364
}
364
365
 
 
366
} /* namespace drizzled */
 
367
 
365
368
#endif /* DRIZZLED_SQL_BITMAP_H */