summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/txn/txn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/txn/txn.c')
-rw-r--r--src/third_party/wiredtiger/src/txn/txn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/txn/txn.c b/src/third_party/wiredtiger/src/txn/txn.c
index 0fdf022bd51..bcde2932ab2 100644
--- a/src/third_party/wiredtiger/src/txn/txn.c
+++ b/src/third_party/wiredtiger/src/txn/txn.c
@@ -718,8 +718,7 @@ __txn_fixup_prepared_update(WT_SESSION_IMPL *session, WT_TXN_OP *op, WT_CURSOR *
upd->next = cbt->ins->upd;
else if (cbt->ref->page->modify != NULL && cbt->ref->page->modify->mod_row_update != NULL)
upd->next = cbt->ref->page->modify->mod_row_update[cbt->slot];
- WT_ASSERT(session,
- upd->next != NULL && upd->next->next == NULL && upd->next->txnid == WT_TXN_ABORTED);
+ WT_ASSERT(session, upd->next != NULL && upd->next->txnid == WT_TXN_ABORTED);
/* Append a tombstone if the stop timestamp exists. */
if (hs_stop_ts != WT_TS_MAX) {