~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/row/row0upd.c

Tags: innodb-plugin-1.0.2
InnoDB Plugin 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
861
861
        *len = btr_copy_externally_stored_field_prefix(buf, *len,
862
862
                                                       zip_size,
863
863
                                                       data, local_len);
 
864
        /* We should never update records containing a half-deleted BLOB. */
 
865
        ut_a(*len);
864
866
 
865
867
        return(buf);
866
868
}