summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl.h')
-rw-r--r--src/mongo/db/repl/storage_interface_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl.h b/src/mongo/db/repl/storage_interface_impl.h
index 76bbc064e0f..adc372f23fd 100644
--- a/src/mongo/db/repl/storage_interface_impl.h
+++ b/src/mongo/db/repl/storage_interface_impl.h
@@ -130,6 +130,10 @@ public:
const BSONElement& idKey,
const BSONObj& update) override;
+ Status deleteByFilter(OperationContext* opCtx,
+ const NamespaceString& nss,
+ const BSONObj& filter) override;
+
StatusWith<StorageInterface::CollectionSize> getCollectionSize(
OperationContext* opCtx, const NamespaceString& nss) override;