summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ttl.cpp')
-rw-r--r--src/mongo/db/ttl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ttl.cpp b/src/mongo/db/ttl.cpp
index 987b66976b7..9eda88a8abe 100644
--- a/src/mongo/db/ttl.cpp
+++ b/src/mongo/db/ttl.cpp
@@ -375,7 +375,7 @@ private:
startKey,
endKey,
BoundInclusion::kIncludeBothStartAndEndKeys,
- PlanExecutor::YIELD_AUTO,
+ PlanYieldPolicy::YieldPolicy::YIELD_AUTO,
direction);
try {