2112
2112
if (UNIV_LIKELY_NULL(big_rec)) {
2117
2117
btr_cur_search_to_nth_level(index, 0, entry, PAGE_CUR_LE,
2118
2118
BTR_MODIFY_TREE, &cursor, 0,
2119
2119
__FILE__, __LINE__, &mtr);
2121
offsets = rec_get_offsets(exit_rec, index, NULL,
2121
offsets = rec_get_offsets(rec, index, NULL,
2124
2124
err = btr_store_big_rec_extern_fields(
2125
2125
index, btr_cur_get_block(&cursor),
2126
exit_rec, offsets, big_rec, &mtr);
2126
rec, offsets, big_rec, &mtr);
2129
2129
dtuple_big_rec_free(big_rec);