summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.idl
diff options
context:
space:
mode:
authorIvan Fefer <ivan.fefer@mongodb.com>2022-11-15 13:42:19 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-15 14:36:22 +0000
commit55b79109bc21b54c629ef2489f02f10c9c1db4c0 (patch)
tree77a8e72c5513d8325957d1ea6ed378d6700e4704 /src/mongo/db/query/query_knobs.idl
parent3eec41bb846188d7d2e6ef9567ca0b79d164b128 (diff)
downloadmongo-55b79109bc21b54c629ef2489f02f10c9c1db4c0.tar.gz
SERVER-70353 Implement fast path projection node to support exclusion
Diffstat (limited to 'src/mongo/db/query/query_knobs.idl')
-rw-r--r--src/mongo/db/query/query_knobs.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/query_knobs.idl b/src/mongo/db/query/query_knobs.idl
index 21e86666c2f..ab860a0037a 100644
--- a/src/mongo/db/query/query_knobs.idl
+++ b/src/mongo/db/query/query_knobs.idl
@@ -951,7 +951,7 @@ server_parameters:
internalQueryDisableExclusionProjectionFastPath:
description: "If true, then ExclusionProjectionExecutor won't use fast path implementation. This
- is needed to pass generational fuzzers that are sensitive to field order and other corner cases
+ is needed for the generational fuzzers that are sensitive to field order and other corner cases
when switching from Document to BSONObj."
set_at: [ startup ]
cpp_varname: "internalQueryDisableExclusionProjectionFastPath"