~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_check.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-13 18:31:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110813183131-tvp5kxqo9l4z82eo
Refactor iocache

Show diffs side-by-side

added added

removed removed

Lines of Context:
903
903
  got_error=error=0;
904
904
  empty=info->s->pack.header_length;
905
905
 
906
 
  pos=my_b_tell(&param->read_cache);
 
906
  pos= param->read_cache.tell();
907
907
  memset(key_checksum, 0, info->s->base.keys * sizeof(key_checksum[0]));
908
908
  while (pos < info->state->data_file_length)
909
909
  {