summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_params.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/query_planner_params.h')
-rw-r--r--src/mongo/db/query/query_planner_params.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/query/query_planner_params.h b/src/mongo/db/query/query_planner_params.h
index ab07388710f..c8542cda90e 100644
--- a/src/mongo/db/query/query_planner_params.h
+++ b/src/mongo/db/query/query_planner_params.h
@@ -153,11 +153,6 @@ struct QueryPlannerParams {
// Ensure that any plan generated returns data that is "owned." That is, all BSONObjs are
// in an "owned" state and are not pointing to data that belongs to the storage engine.
RETURN_OWNED_DATA = 1 << 12,
-
- // This is an extension to the NO_TABLE_SCAN parameter. This more stricter option will also
- // avoid a CLUSTEREDIDX_SCAN which comes built into a collection scan when the collection is
- // clustered.
- STRICT_NO_TABLE_SCAN = 1 << 13,
};
// See Options enum above.