~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_dynrec.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-14 12:20:36 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110814122036-ydjayvqjgwixp3o8
Refactor iocache

Show diffs side-by-side

added added

removed removed

Lines of Context:
721
721
                         length+extra_length+del_length,filepos))
722
722
      goto err;
723
723
    }
724
 
    else if (my_b_write(&info->rec_cache,(unsigned char*) *record-head_length,
725
 
                        length+extra_length+del_length))
 
724
    else if (info->rec_cache.write(*record-head_length, length+extra_length+del_length))
726
725
      goto err;
727
726
  }
728
727
  else