summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/collection.h')
-rw-r--r--src/mongo/db/catalog/collection.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/db/catalog/collection.h b/src/mongo/db/catalog/collection.h
index 7cbaa9d5ced..15057e3124d 100644
--- a/src/mongo/db/catalog/collection.h
+++ b/src/mongo/db/catalog/collection.h
@@ -277,9 +277,8 @@ public:
* this method.
*/
virtual Status insertDocumentsForOplog(OperationContext* const opCtx,
- const DocWriter* const* const docs,
- Timestamp* timestamps,
- const size_t nDocs) = 0;
+ std::vector<Record>* records,
+ const std::vector<Timestamp>& timestamps) = 0;
/**
* Inserts a document into the record store for a bulk loader that manages the index building