summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/rename_collection_coordinator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/rename_collection_coordinator.h')
-rw-r--r--src/mongo/db/s/rename_collection_coordinator.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/s/rename_collection_coordinator.h b/src/mongo/db/s/rename_collection_coordinator.h
index 502bd0cead7..32621bb6ea4 100644
--- a/src/mongo/db/s/rename_collection_coordinator.h
+++ b/src/mongo/db/s/rename_collection_coordinator.h
@@ -47,9 +47,7 @@ public:
void checkIfOptionsConflict(const BSONObj& doc) const override;
- boost::optional<BSONObj> reportForCurrentOp(
- MongoProcessInterface::CurrentOpConnectionsMode connMode,
- MongoProcessInterface::CurrentOpSessionsMode sessionMode) noexcept override;
+ void appendCommandInfo(BSONObjBuilder* cmdInfoBuilder) const override;
/**
* Waits for the rename to complete and returns the collection version.