summaryrefslogtreecommitdiff
path: root/innobase/row/row0purge.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/row/row0purge.c')
-rw-r--r--innobase/row/row0purge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/row/row0purge.c b/innobase/row/row0purge.c
index 8f5f0831dc6..f7e01169b9d 100644
--- a/innobase/row/row0purge.c
+++ b/innobase/row/row0purge.c
@@ -543,8 +543,8 @@ row_purge_parse_undo_rec(
node->heap);
ptr = trx_undo_update_rec_get_update(ptr, clust_index, type, trx_id,
- roll_ptr, info_bits, node->heap,
- &(node->update));
+ roll_ptr, info_bits, trx,
+ node->heap, &(node->update));
/* Read to the partial row the fields that occur in indexes */