~drizzle-trunk/drizzle/development

Viewing all changes in revision 1039.2.2.

  • Committer: Jay Pipes
  • Date: 2009-05-31 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 1046.
  • Revision ID: jpipes@serialcoder-20090531174930-sydwmvx7x0enl41j
Phase 2 of JOIN refactoring.

* Moved functions out of sql_select.cc into join.cc where the function primarily
  involved only the JOIN class into drizzled/join.cc.  This effort is necessary 
  in the move towards a more object-oriented coding style for the nested loops 
  join algorithm and Jasekidd's GSOC project.
* Pulled many statically-defined functions out of sql_select.cc and into the 
  global namespace where it made sense to do so (used in >1 file).
* Code style cleanup

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: