~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.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:
112
112
void init_read_record(READ_RECORD *info, 
113
113
                      Session *session, 
114
114
                      Table *reg_form,
115
 
                      drizzled::optimizer::SQL_SELECT *select,
 
115
                      drizzled::optimizer::SqlSelect *select,
116
116
                      int use_record_cache, 
117
117
                      bool print_errors);
118
118