~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_iocache.cc

  • Committer: Brian Aker
  • Date: 2009-05-21 00:57:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1032.
  • Revision ID: brian@gaz-20090521005705-rpq4hzhy761d3wbj
Straighten out structures (remove some some dead bits).

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
      info->seek_not_done= test(seek_offset != (my_off_t)pos);
187
187
  }
188
188
 
189
 
  info->disk_writes= 0;
190
189
  info->share=0;
191
190
 
192
191
  if (!cachesize && !(cachesize= my_default_record_cache_size))
1662
1661
      }
1663
1662
 
1664
1663
      info->append_read_pos=info->write_pos=info->write_buffer;
1665
 
      ++info->disk_writes;
1666
1664
      UNLOCK_APPEND_BUFFER;
1667
1665
      return(info->error);
1668
1666
    }