summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/reconcile/rec_col.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/reconcile/rec_col.c')
-rw-r--r--src/third_party/wiredtiger/src/reconcile/rec_col.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/reconcile/rec_col.c b/src/third_party/wiredtiger/src/reconcile/rec_col.c
index 613f83f3f55..846311f6a1d 100644
--- a/src/third_party/wiredtiger/src/reconcile/rec_col.c
+++ b/src/third_party/wiredtiger/src/reconcile/rec_col.c
@@ -982,7 +982,7 @@ compare:
(last.tw.durable_start_ts == tw.durable_start_ts &&
last.tw.start_ts == WT_TS_NONE && last.tw.start_txn == WT_TXN_NONE &&
last.tw.durable_stop_ts == tw.durable_stop_ts &&
- last.tw.stop_ts == WT_TS_MAX && last.tw.stop_txn == WT_TXN_MAX));
+ !__wt_time_window_has_stop(&last.tw)));
++rle;
goto next;
}