~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-01 11:40:52 UTC
  • mfrom: (2210 staging)
  • mto: (2212.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2213.
  • Revision ID: olafvdspek@gmail.com-20110301114052-1sqxpkhrnq5o49ns
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
       cur_nested_join;
86
86
       cur_nested_join= cur_table_ref->nested_join)
87
87
  {
88
 
    cur_table_ref= cur_nested_join->join_list.head();
 
88
    cur_table_ref= &cur_nested_join->join_list.front();
89
89
    /*
90
90
      If the current nested is a RIGHT JOIN, the operands in
91
91
      'join_list' are in reverse order, thus the last operand is in the