diff options
author | Misha Tyulenev <misha@mongodb.com> | 2018-01-21 15:25:24 -0500 |
---|---|---|
committer | Misha Tyulenev <misha@mongodb.com> | 2018-01-21 15:26:46 -0500 |
commit | b251fd633d7572c0b221df3b316534596e981041 (patch) | |
tree | 52ad9e73dae57cb99f7e278a791d912c48086482 /src/mongo/db/mongod_options.h | |
parent | 42c264630fa1e7d5924c291a9eeac6522d70f31e (diff) | |
download | mongo-b251fd633d7572c0b221df3b316534596e981041.tar.gz |
SERVER-32569 allow config servers and shard replica sets to start in non-cluster mode
Diffstat (limited to 'src/mongo/db/mongod_options.h')
-rw-r--r-- | src/mongo/db/mongod_options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/mongod_options.h b/src/mongo/db/mongod_options.h index 05bb6d8d5a5..f4b8d197526 100644 --- a/src/mongo/db/mongod_options.h +++ b/src/mongo/db/mongod_options.h @@ -52,6 +52,8 @@ struct MongodGlobalParams { boost::optional<std::vector<std::string>> whitelistedClusterNetwork; }; +extern bool skipShardingConfigurationChecks; + extern MongodGlobalParams mongodGlobalParams; Status addMongodOptions(moe::OptionSection* options); |