summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/reconcile/rec_row.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/reconcile/rec_row.c')
-rw-r--r--src/third_party/wiredtiger/src/reconcile/rec_row.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/reconcile/rec_row.c b/src/third_party/wiredtiger/src/reconcile/rec_row.c
index ed8c6e3f80c..d65768aba49 100644
--- a/src/third_party/wiredtiger/src/reconcile/rec_row.c
+++ b/src/third_party/wiredtiger/src/reconcile/rec_row.c
@@ -879,7 +879,7 @@ __wt_rec_row_leaf(
} else {
/* The first time we find an overflow record, discard the underlying blocks. */
if (F_ISSET(vpack, WT_CELL_UNPACK_OVERFLOW) && vpack->raw != WT_CELL_VALUE_OVFL_RM)
- WT_ERR(__wt_ovfl_remove(session, page, vpack, F_ISSET(r, WT_REC_EVICT)));
+ WT_ERR(__wt_ovfl_remove(session, page, vpack));
switch (upd->type) {
case WT_UPDATE_MODIFY: