59
59
/*=========================*/
60
60
/* out: transaction which has the x-lock, or
63
63
dict_index_t* index, /* in: clustered index */
64
64
const ulint* offsets)/* in: rec_get_offsets(rec, index) */
68
68
ut_ad(mutex_own(&kernel_mutex));
70
70
ut_ad(page_rec_is_user_rec(rec));
72
72
trx_id = row_get_rec_trx_id(rec, index, offsets);