summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state_mock.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2018-05-09 22:12:35 -0400
committerBenety Goh <benety@mongodb.com>2018-05-09 22:12:35 -0400
commit3bee8adabe9841da544a7e46788cbf5143552bb6 (patch)
tree25e4faa5da4a1ddbee112d915035b8ae41f7e6b6 /src/mongo/db/repl/replication_coordinator_external_state_mock.h
parentc23aaecb555518ad8c7a0c8277ad082b19af9154 (diff)
downloadmongo-3bee8adabe9841da544a7e46788cbf5143552bb6.tar.gz
SERVER-34900 add ReplicationCoordinatorExternalState::getInitialSyncBatchLimits()
Diffstat (limited to 'src/mongo/db/repl/replication_coordinator_external_state_mock.h')
-rw-r--r--src/mongo/db/repl/replication_coordinator_external_state_mock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/repl/replication_coordinator_external_state_mock.h b/src/mongo/db/repl/replication_coordinator_external_state_mock.h
index fa57e07c6d6..357d84e96ec 100644
--- a/src/mongo/db/repl/replication_coordinator_external_state_mock.h
+++ b/src/mongo/db/repl/replication_coordinator_external_state_mock.h
@@ -96,6 +96,7 @@ public:
virtual bool isReadCommittedSupportedByStorageEngine(OperationContext* opCtx) const;
virtual bool isReadConcernSnapshotSupportedByStorageEngine(OperationContext* opCtx) const;
virtual std::size_t getOplogFetcherMaxFetcherRestarts() const override;
+ OplogApplier::BatchLimits getInitialSyncBatchLimits() const final;
/**
* Adds "host" to the list of hosts that this mock will match when responding to "isSelf"