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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/evict/evict_page.c b/src/evict/evict_page.c
index 5ef6a6370b0..6f5d04cc678 100644
--- a/src/evict/evict_page.c
+++ b/src/evict/evict_page.c
@@ -504,8 +504,7 @@ __evict_review(
LF_SET(WT_VISIBILITY_ERR);
else if (!WT_PAGE_IS_INTERNAL(page)) {
if (F_ISSET(S2C(session), WT_CONN_IN_MEMORY))
- LF_SET(WT_EVICT_IN_MEMORY |
- WT_EVICT_UPDATE_RESTORE | WT_EVICT_SCRUB);
+ LF_SET(WT_EVICT_IN_MEMORY);
else if (page->read_gen == WT_READGEN_OLDEST ||
page->memory_footprint > S2BT(session)->splitmempage)
LF_SET(WT_EVICT_UPDATE_RESTORE);