summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.h
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2018-03-05 09:31:16 -0500
committerDianna Hohensee <dianna.hohensee@10gen.com>2018-03-16 12:02:15 -0400
commit906c8056bdab9ed6270e445927b24dd8ef2618aa (patch)
tree2e1f890adbf29d287342d3402c3e76209a63e336 /src/mongo/db/server_options.h
parentfafb34dda41840937f062ab0a48fd784d63b8803 (diff)
downloadmongo-906c8056bdab9ed6270e445927b24dd8ef2618aa.tar.gz
SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into namespace_string.h
and clean up some file dependencies
Diffstat (limited to 'src/mongo/db/server_options.h')
-rw-r--r--src/mongo/db/server_options.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/db/server_options.h b/src/mongo/db/server_options.h
index 7765a3579a0..e9ea5c752d1 100644
--- a/src/mongo/db/server_options.h
+++ b/src/mongo/db/server_options.h
@@ -146,8 +146,9 @@ struct ServerGlobalParams {
struct FeatureCompatibility {
/**
- * The combination of the fields in the admin.system.version document in the format
- * (version, targetVersion) are represented by this enum and determine this node's behavior.
+ * The combination of the fields (version, targetVersion) in the featureCompatiiblityVersion
+ * document in the server configuration collection (admin.system.version) are represented by
+ * this enum and determine this node's behavior.
*
* Features can be gated for specific versions, or ranges of versions above or below some
* minimum or maximum version, respectively.