~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/nested_join.h

  • Committer: Lee
  • Date: 2008-10-03 23:31:06 UTC
  • mfrom: (413.2.3 drizzle)
  • mto: This revision was merged to the branch mainline in revision 459.
  • Revision ID: lbieber@lbieber-desktop-20081003233106-tgvzu0fh25gb3xeg
breaking out enum field classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
       by the join optimizer. 
34
34
    Before each use the counters are zeroed by reset_nj_counters.
35
35
  */
36
 
  uint32_t              counter_;
 
36
  uint              counter_;
37
37
  nested_join_map   nj_map;          /* Bit used to identify this nested join*/
38
38
  /*
39
39
    (Valid only for semi-join nests) Bitmap of tables outside the semi-join