1669
1609
index = dict_table_get_first_index(table);
1670
1610
offsets = rec_get_offsets(rec, index, offsets_,
1673
btr_cur_get_page_zip(btr_cur), rec, index, offsets,
1614
rec, index, offsets, node->update, mtr);
1676
1616
/* NOTE that the following call loses
1677
1617
the position of pcur ! */
1679
1618
err = row_upd_check_references_constraints(
1680
1619
node, pcur, table, index, offsets, thr, mtr);
1686
1622
if (UNIV_LIKELY_NULL(heap)) {