~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: vjsamuel1990 at gmail
  • Date: 2011-02-04 19:50:47 UTC
  • mto: This revision was merged to the branch mainline in revision 2147.
  • Revision ID: vjsamuel1990@gmail.com-20110204195047-ovd8784opsxh774m
Merge change nested_join_st to NestedJoin

Show diffs side-by-side

added added

removed removed

Lines of Context:
2606
2606
         position:
2607
2607
          1. join->cur_embedding_map - bitmap of pairs of brackets (aka nested
2608
2608
             joins) we've opened but didn't close.
2609
 
          2. {each nested_join_st structure not simplified away}->counter - number
 
2609
          2. {each NestedJoin class not simplified away}->counter - number
2610
2610
             of this nested join's children that have already been added to to
2611
2611
             the partial join order.
2612
2612
  @endverbatim