1588
1584
following call is safe. */
1589
1585
row_upd_index_replace_new_col_vals(entry, index, update, heap);
1591
buf = static_cast<byte *>(mem_heap_alloc(heap, rec_get_converted_size(index, entry,
1587
buf = mem_heap_alloc(heap, rec_get_converted_size(index, entry,
1594
1590
*old_vers = rec_convert_dtuple_to_rec(buf, index,
1598
1594
*old_vers = rec_copy(buf, rec, offsets);
1599
1595
rec_offs_make_valid(*old_vers, index, offsets);
1600
1596
row_upd_rec_in_place(*old_vers, index, offsets, update, NULL);