~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

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:
64
64
void init_read_record(READ_RECORD *info,
65
65
                      Session *session, 
66
66
                      Table *table,
67
 
                      optimizer::SQL_SELECT *select,
 
67
                      optimizer::SqlSelect *select,
68
68
                      int use_record_cache, 
69
69
                      bool print_error)
70
70
{