141
141
mutex_free(&rseg->mutex);
144
143
/* There can't be any active transactions. */
145
144
ut_a(UT_LIST_GET_LEN(rseg->update_undo_list) == 0);
146
145
ut_a(UT_LIST_GET_LEN(rseg->insert_undo_list) == 0);
149
147
undo = UT_LIST_GET_FIRST(rseg->update_undo_cached);