summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/index_builds_coordinator_mongod.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/index_builds_coordinator_mongod.cpp b/src/mongo/db/index_builds_coordinator_mongod.cpp
index 4bf885b5d7a..753c0a5a21b 100644
--- a/src/mongo/db/index_builds_coordinator_mongod.cpp
+++ b/src/mongo/db/index_builds_coordinator_mongod.cpp
@@ -637,6 +637,7 @@ Timestamp IndexBuildsCoordinatorMongod::_waitForNextIndexBuildAction(
<< " , abort reason:"
<< replState->indexBuildState.getAbortReason().get_value_or("")));
}
+ break;
case IndexBuildAction::kSinglePhaseSecondaryCommit:
invariant(replState->protocol == IndexBuildProtocol::kSinglePhase);
if (isMaster) {