summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_client_direct.h
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2017-10-20 15:01:53 -0400
committerDaniel Gottlieb <daniel.gottlieb@mongodb.com>2017-10-20 21:47:10 -0400
commit367d31e1da549c460ae710a8cc280f4c235ab24f (patch)
treee5bab44a1e565e9d349d4da72182d9883c71eebc /src/mongo/db/keys_collection_client_direct.h
parent3944af0d50504ff254330aaeb15eae955ffdb91b (diff)
downloadmongo-367d31e1da549c460ae710a8cc280f4c235ab24f.tar.gz
SERVER-31350: Make enableMajorityReadConcern a noop
Diffstat (limited to 'src/mongo/db/keys_collection_client_direct.h')
-rw-r--r--src/mongo/db/keys_collection_client_direct.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/keys_collection_client_direct.h b/src/mongo/db/keys_collection_client_direct.h
index 7bc02ed1c4f..f588fcc9d6e 100644
--- a/src/mongo/db/keys_collection_client_direct.h
+++ b/src/mongo/db/keys_collection_client_direct.h
@@ -57,8 +57,7 @@ public:
/**
* Returns false if getNewKeys uses readConcern level:local, so the documents returned can be
- * rolled back. For level:majority support the nodes must always start with
- * enableMajorityReadConcern parameter set to true.
+ * rolled back.
*/
bool supportsMajorityReads() const final {
return false;