~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

  • Committer: Mark Atwood
  • Date: 2011-04-29 00:19:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2297.
  • Revision ID: me@mark.atwood.name-20110429001938-ps5i74hzcic7dvr3
Merge in Fixes of Brian's IOCACHE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
                                 int use_record_cache,
82
82
                                 bool print_error_arg)
83
83
{
84
 
  internal::IO_CACHE *tempfile;
 
84
  internal::io_cache_st *tempfile;
85
85
  int error= 0;
86
86
 
87
87
  session= session_arg;