summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/cursor/cur_hs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/cursor/cur_hs.c')
-rw-r--r--src/third_party/wiredtiger/src/cursor/cur_hs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/cursor/cur_hs.c b/src/third_party/wiredtiger/src/cursor/cur_hs.c
index c96010613dd..7cc2de8873f 100644
--- a/src/third_party/wiredtiger/src/cursor/cur_hs.c
+++ b/src/third_party/wiredtiger/src/cursor/cur_hs.c
@@ -901,8 +901,6 @@ __curhs_insert(WT_CURSOR *cursor)
* update as the update after the tombstone.
*/
if (WT_TIME_WINDOW_HAS_STOP(&hs_cursor->time_window)) {
- /* We should not see a tombstone with max transaction id. */
- WT_ASSERT(session, hs_cursor->time_window.stop_txn != WT_TXN_MAX);
/*
* Insert a delete record to represent stop time point for the actual record to be inserted.
* Set the stop time point as the commit time point of the history store delete record.