summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
diff options
context:
space:
mode:
authorSuganthi Mani <suganthi.mani@mongodb.com>2020-04-14 09:40:34 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-17 16:04:39 +0000
commit3b9c2f4ba4079b7dfb6f2a6f323564b798a64678 (patch)
tree4dbb17c44cf87c635a2668fe4f1c6f87d055fa9b /src/mongo/db/auth
parent0ef531c6ceed95083a14601eb1a09bb6abfc90e9 (diff)
downloadmongo-3b9c2f4ba4079b7dfb6f2a6f323564b798a64678.tar.gz
SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.
(cherry picked from commit 49d1262c366d439e6dd34b586c14ad64e8a764ab)
Diffstat (limited to 'src/mongo/db/auth')
-rw-r--r--src/mongo/db/auth/auth_op_observer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/auth/auth_op_observer.h b/src/mongo/db/auth/auth_op_observer.h
index 96e09b4d028..47293e12e09 100644
--- a/src/mongo/db/auth/auth_op_observer.h
+++ b/src/mongo/db/auth/auth_op_observer.h
@@ -56,7 +56,6 @@ public:
CollectionUUID collUUID,
const UUID& indexBuildUUID,
const std::vector<BSONObj>& indexes,
- const CommitQuorumOptions& commitQuorum,
bool fromMigrate) final {}
void onStartIndexBuildSinglePhase(OperationContext* opCtx, const NamespaceString& nss) final {}