277
277
dst_file->write(head->getBuffer(0), dst_offset, head_size);
279
279
/* We have an engine reference, copy the BLOB over: */
280
CSFile::transfer(dst_file, dst_offset + head_size, src_file, src_offset + head_size, blob_size, iCompactBuffer, MS_COMPACTOR_BUFFER_SIZE);
280
CSFile::transfer(RETAIN(dst_file), dst_offset + head_size, RETAIN(src_file), src_offset + head_size, blob_size, iCompactBuffer, MS_COMPACTOR_BUFFER_SIZE);
282
282
#ifdef HAVE_ALIAS_SUPPORT
283
283
/* If the BLOB has an alias update the alias index. */