~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

  • Committer: Brian Aker
  • Date: 2010-11-07 00:54:27 UTC
  • mfrom: (1909.1.2 merge)
  • Revision ID: brian@tangent.org-20101107005427-a3kcx1lytrm36a97
Rollup merge of iocache work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
                  rr_unpack_from_tempfile : rr_from_tempfile);
112
112
 
113
113
    io_cache=tempfile;
114
 
    reinit_io_cache(io_cache,internal::READ_CACHE,0L,0,0);
 
114
    io_cache->reinit_io_cache(internal::READ_CACHE,0L,0,0);
115
115
    ref_pos=table->cursor->ref;
116
116
    if (!table->cursor->inited)
117
117
      table->cursor->startTableScan(0);