summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_options.h')
-rw-r--r--src/mongo/shell/shell_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_options.h b/src/mongo/shell/shell_options.h
index 28766921807..c0a66fb35e2 100644
--- a/src/mongo/shell/shell_options.h
+++ b/src/mongo/shell/shell_options.h
@@ -73,6 +73,7 @@ struct ShellGlobalParams {
std::string writeMode = "commands";
std::string readMode = "compatibility";
bool shouldRetryWrites = false;
+ bool shouldUseImplicitSessions = true;
boost::optional<rpc::ProtocolSet> rpcProtocols = boost::none;