~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.h

Performed numerous style cleanups in range.[cc,h].

Mainly involved:
 * renaming classes to not be all upper case
 * initializing variables when they are declared
 * correcting wrong indentation
 * removing tabs where I found them
 * correctly lining up paramaters in function calls and delcarations

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
  Select_Lex_Unit *unit;
144
144
  /** select that processed */
145
145
  Select_Lex *select_lex;
146
 
  drizzled::optimizer::SQL_SELECT *select; /**< created in optimisation phase */
 
146
  drizzled::optimizer::SqlSelect *select; /**< created in optimization phase */
147
147
  Array<Item_in_subselect> sj_subselects;
148
148
 
149
149
  /**