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