summaryrefslogtreecommitdiff
path: root/src/lsm/lsm_cursor.c
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2016-11-11 23:04:25 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-11-11 23:04:25 +1100
commitdc2d7aa2d1f5756bdf522168fc056824543eb067 (patch)
tree3fe37e5e9c142c7040c7f0daf661a2b363d6a57b /src/lsm/lsm_cursor.c
parent8b05389ae90d593bc2376c8c7f0fa72830ce5fbf (diff)
downloadmongo-dc2d7aa2d1f5756bdf522168fc056824543eb067.tar.gz
WT-3012 Don't track the LSM Primary as part of dirty bytes in cache (#3136)
Diffstat (limited to 'src/lsm/lsm_cursor.c')
-rw-r--r--src/lsm/lsm_cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lsm/lsm_cursor.c b/src/lsm/lsm_cursor.c
index 698fed77e77..c40f0f64b33 100644
--- a/src/lsm/lsm_cursor.c
+++ b/src/lsm/lsm_cursor.c
@@ -700,7 +700,7 @@ retry: if (F_ISSET(clsm, WT_CLSM_MERGE)) {
if (btree->bulk_load_ok) {
btree->bulk_load_ok = false;
WT_WITH_BTREE(session, btree,
- __wt_btree_evictable(session, false));
+ __wt_btree_lsm_switch_primary(session, true));
}
}