summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config_server_op_observer.h
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-14 17:16:11 +0000
commit49d1262c366d439e6dd34b586c14ad64e8a764ab (patch)
treeda3468e71e770bff2de349a59e8310ce174fd62f /src/mongo/db/s/config_server_op_observer.h
parentcdf9ea3b479bbffc1de900884ee10e29e7349bd2 (diff)
downloadmongo-49d1262c366d439e6dd34b586c14ad64e8a764ab.tar.gz
SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.
Diffstat (limited to 'src/mongo/db/s/config_server_op_observer.h')
-rw-r--r--src/mongo/db/s/config_server_op_observer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/s/config_server_op_observer.h b/src/mongo/db/s/config_server_op_observer.h
index 40b24d10bd6..d274dfef21a 100644
--- a/src/mongo/db/s/config_server_op_observer.h
+++ b/src/mongo/db/s/config_server_op_observer.h
@@ -56,7 +56,6 @@ public:
CollectionUUID collUUID,
const UUID& indexBuildUUID,
const std::vector<BSONObj>& indexes,
- const CommitQuorumOptions& commitQuorum,
bool fromMigrate) override {}
void onStartIndexBuildSinglePhase(OperationContext* opCtx,