~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join_table.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:
102
102
      embedding= embedded->getEmbedding();
103
103
    }
104
104
    while (embedding &&
105
 
           embedding->getNestedJoin()->join_list.head() == embedded);
 
105
           &embedding->getNestedJoin()->join_list.front() == embedded);
106
106
  }
107
107
 
108
108
  return(0);