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, 2 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/cursor/cur_hs.c b/src/third_party/wiredtiger/src/cursor/cur_hs.c
index 3acdabcb451..6d828176d53 100644
--- a/src/third_party/wiredtiger/src/cursor/cur_hs.c
+++ b/src/third_party/wiredtiger/src/cursor/cur_hs.c
@@ -914,6 +914,8 @@ __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.