~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/nested_join.h

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

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
 
  uint              counter_;
 
36
  uint32_t              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