summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/check_sharding_index_command.cpp
diff options
context:
space:
mode:
authorSally McNichols <sally.mcnichols@mongodb.com>2016-06-09 11:51:27 -0400
committerSally McNichols <sally.mcnichols@mongodb.com>2016-06-09 11:51:27 -0400
commit197fab23f1e6d928bc800f5a2a560c48c0543e82 (patch)
tree6f98775ff9142270ceb639dcaa1514583bbd00e6 /src/mongo/db/s/check_sharding_index_command.cpp
parente8ac632f9ce47e7febfd4737ee743bfcba219688 (diff)
downloadmongo-197fab23f1e6d928bc800f5a2a560c48c0543e82.tar.gz
SERVER-23238 remove the public method PlanExecutor::collection()
Diffstat (limited to 'src/mongo/db/s/check_sharding_index_command.cpp')
-rw-r--r--src/mongo/db/s/check_sharding_index_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/check_sharding_index_command.cpp b/src/mongo/db/s/check_sharding_index_command.cpp
index afbb278e4f6..379e15db6f6 100644
--- a/src/mongo/db/s/check_sharding_index_command.cpp
+++ b/src/mongo/db/s/check_sharding_index_command.cpp
@@ -142,7 +142,7 @@ public:
false, // endKeyInclusive
PlanExecutor::YIELD_MANUAL,
InternalPlanner::FORWARD));
- exec->setYieldPolicy(PlanExecutor::YIELD_AUTO);
+ exec->setYieldPolicy(PlanExecutor::YIELD_AUTO, collection);
// Find the 'missingField' value used to represent a missing document field in a key of
// this index.