~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 21:32:07 UTC
  • mfrom: (2198.2.5 drizzle-staging)
  • Revision ID: brian@tangent.org-20110224213207-2xoewah42d42hz26
Rollup of BUID, mostly style fixes.

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