summaryrefslogtreecommitdiff
path: root/src/evict/evict_page.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evict/evict_page.c')
-rw-r--r--src/evict/evict_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evict/evict_page.c b/src/evict/evict_page.c
index f0d4752cc83..2d20f53e9ae 100644
--- a/src/evict/evict_page.c
+++ b/src/evict/evict_page.c
@@ -420,7 +420,7 @@ __evict_review(
* fallen behind current.
*/
if (modified)
- __wt_txn_update_oldest(session, true);
+ WT_RET(__wt_txn_update_oldest(session, false));
if (!__wt_page_can_evict(session, ref, inmem_splitp))
return (EBUSY);