~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

Big merge.

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
{