~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-13 16:39:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110813163927-luksv0xydcqmi5pz
Refactor iocache

Show diffs side-by-side

added added

removed removed

Lines of Context:
717
717
    if (info->update & HA_STATE_EXTEND_BLOCK)
718
718
    {
719
719
      info->update&= ~HA_STATE_EXTEND_BLOCK;
720
 
      if (my_block_write(&info->rec_cache,(unsigned char*) *record-head_length,
 
720
      if (info->rec_cache.block_write((unsigned char*) *record-head_length,
721
721
                         length+extra_length+del_length,filepos))
722
722
      goto err;
723
723
    }