~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.cc

  • Committer: Brian Aker
  • Date: 2011-02-24 19:58:57 UTC
  • mfrom: (2183.2.25 list2)
  • mto: This revision was merged to the branch mainline in revision 2199.
  • Revision ID: brian@tangent.org-20110224195857-24p1kalw92bmco2n
More list

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