summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-4/+4
|
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using ↵Henrik Edin2020-11-131-3/+3
| | | | | | | copy-on-write. Internal mutexes when reading CollectionCatalog are removed, just one mutex for writes are needed. Lock-free reads helper AutoGetCollectionForReadLockFree stashes a CollectionCatalog consistent with snapshot on OperationContext
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to ↵Suganthi Mani2020-11-061-1/+1
| | | | insert documents to comply with "multi-timestamp" rules.
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-241-0/+341