summaryrefslogtreecommitdiff
path: root/src/mongo/db/fcv_op_observer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/fcv_op_observer.cpp')
-rw-r--r--src/mongo/db/fcv_op_observer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/fcv_op_observer.cpp b/src/mongo/db/fcv_op_observer.cpp
index 7b5ca4074f7..7b2a2b899f3 100644
--- a/src/mongo/db/fcv_op_observer.cpp
+++ b/src/mongo/db/fcv_op_observer.cpp
@@ -186,8 +186,8 @@ void FcvOpObserver::onDelete(OperationContext* opCtx,
}
}
-void FcvOpObserver::onReplicationRollback(OperationContext* opCtx,
- const RollbackObserverInfo& rbInfo) noexcept {
+void FcvOpObserver::_onReplicationRollback(OperationContext* opCtx,
+ const RollbackObserverInfo& rbInfo) {
// Ensures the in-memory and on-disk FCV states are consistent after a rollback.
const auto query = BSON("_id" << multiversion::kParameterName);
const auto swFcv = repl::StorageInterface::get(opCtx)->findById(