~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam.h

  • 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:
415
415
  char temp_filename[FN_REFLEN],*isam_file_name;
416
416
  int tmpfile_createflag;
417
417
  drizzled::myf myf_rw;
418
 
  drizzled::internal::IO_CACHE read_cache;
 
418
  drizzled::internal::io_cache_st read_cache;
419
419
 
420
420
  /*
421
421
    The next two are used to collect statistics, see update_key_parts for