~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.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:
201
201
                         table_map normal_tables,
202
202
                         Select_Lex *select_lex,
203
203
                         std::vector<drizzled::optimizer::SargableParam> &sargables);
204
 
ha_rows get_quick_record_count(Session *session, drizzled::optimizer::SQL_SELECT *select, Table *table, const key_map *keys,ha_rows limit);
 
204
ha_rows get_quick_record_count(Session *session, drizzled::optimizer::SqlSelect *select, Table *table, const key_map *keys,ha_rows limit);
205
205
void optimize_keyuse(JOIN *join, DYNAMIC_ARRAY *keyuse_array);
206
206
void add_group_and_distinct_keys(JOIN *join, JoinTable *join_tab);
207
207
void read_cached_record(JoinTable *tab);