summaryrefslogtreecommitdiff
path: root/src/reconcile/rec_track.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reconcile/rec_track.c')
-rw-r--r--src/reconcile/rec_track.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reconcile/rec_track.c b/src/reconcile/rec_track.c
index 36e85713421..17ad1c5fdc4 100644
--- a/src/reconcile/rec_track.c
+++ b/src/reconcile/rec_track.c
@@ -820,7 +820,7 @@ __wt_ovfl_txnc_add(WT_SESSION_IMPL *session, WT_PAGE *page,
txnc->value_offset = WT_PTRDIFF32(p, txnc);
txnc->value_size = WT_STORE_SIZE(value_size);
memcpy(p, value, value_size);
- txnc->current = __wt_txn_new_id(session);
+ txnc->current = __wt_txn_id_alloc(session, false);
__wt_cache_page_inmem_incr(
session, page, WT_OVFL_SIZE(txnc, WT_OVFL_TXNC));