~jaypipes/drizzle/transaction_log

« back to all changes in this revision

Viewing changes to drizzled/records.cc

  • Committer: Jay Pipes
  • Date: 2009-12-14 20:25:43 UTC
  • mfrom: (1143.14.75 staging)
  • Revision ID: jpipes@serialcoder-20091214202543-mpslf60zs4d9mo5v
Merge trunk

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
{