summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/internal_plans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/internal_plans.cpp')
-rw-r--r--src/mongo/db/query/internal_plans.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/query/internal_plans.cpp b/src/mongo/db/query/internal_plans.cpp
index 425d2857eb5..81ffba55a4e 100644
--- a/src/mongo/db/query/internal_plans.cpp
+++ b/src/mongo/db/query/internal_plans.cpp
@@ -316,7 +316,7 @@ std::unique_ptr<PlanExecutor, PlanExecutor::Deleter> InternalPlanner::deleteWith
std::unique_ptr<PlanExecutor, PlanExecutor::Deleter> InternalPlanner::shardKeyIndexScan(
OperationContext* opCtx,
const CollectionPtr* collection,
- const IndexCatalog::ShardKeyIndex& shardKeyIdx,
+ const ShardKeyIndex& shardKeyIdx,
const BSONObj& startKey,
const BSONObj& endKey,
BoundInclusion boundInclusion,
@@ -344,7 +344,7 @@ std::unique_ptr<PlanExecutor, PlanExecutor::Deleter> InternalPlanner::deleteWith
OperationContext* opCtx,
const CollectionPtr* coll,
std::unique_ptr<DeleteStageParams> params,
- const IndexCatalog::ShardKeyIndex& shardKeyIdx,
+ const ShardKeyIndex& shardKeyIdx,
const BSONObj& startKey,
const BSONObj& endKey,
BoundInclusion boundInclusion,