summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.idl
diff options
context:
space:
mode:
authorYoonsoo Kim <yoonsoo.kim@mongodb.com>2022-11-29 19:38:33 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-29 20:49:24 +0000
commit2b5b114046850fc63d030876b9b8330043c5b6fa (patch)
treecbb301f3450c54d2caa0d18a660d9225eb9ecd12 /src/mongo/db/query/query_knobs.idl
parentdf59dfb0bc2db603fea6e1e3a0fe27059578ba4b (diff)
downloadmongo-2b5b114046850fc63d030876b9b8330043c5b6fa.tar.gz
SERVER-70011 Restrict named pipe path using start-up parameter
Diffstat (limited to 'src/mongo/db/query/query_knobs.idl')
-rw-r--r--src/mongo/db/query/query_knobs.idl12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/mongo/db/query/query_knobs.idl b/src/mongo/db/query/query_knobs.idl
index af84c505323..df471248e07 100644
--- a/src/mongo/db/query/query_knobs.idl
+++ b/src/mongo/db/query/query_knobs.idl
@@ -943,12 +943,18 @@ server_parameters:
enableComputeMode:
description: "Boolean flag to enable the compute mode in which mongod is used not as a
- persistent storage node, but as a worker node for executing queries."
+ persistent storage node, but as a worker node for executing queries."
set_at: [ startup ]
cpp_varname: "computeModeEnabled"
cpp_vartype: bool
- default:
- expr: false
+ default: false
+
+ externalPipeDir:
+ description: "Absolute path to the directory where external named pipes can be found. The
+ trailing '/' must be included."
+ set_at: [ startup ]
+ cpp_varname: "externalPipeDir"
+ cpp_vartype: std::string
internalQueryDisableExclusionProjectionFastPath:
description: "If true, then ExclusionProjectionExecutor won't use fast path implementation. This