summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_bulk_loader_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-0/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-1/+1
* Fix comment formatting.Ian Kuehne2017-07-031-2/+1
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-40/+42
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-081-117/+134
* SERVER-29197 initial sync now builds capped indexes correctlyEric Milkie2017-05-311-20/+32
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-0/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+25
* SERVER-27677 CollectionBulkLoaderImpl::_releaseResources ensures that a Clien...Benety Goh2017-01-181-0/+4
* SERVER-26448 moved progress meter from CollectionBulkLoaderImpl to the Collec...Benety Goh2016-10-061-21/+1
* SERVER-26448 added a progress meter to the CollectionBulkLoaderBenety Goh2016-10-051-1/+21
* SERVER-26335 CollectionBulkLoader should not build secondary indexes if build...Benety Goh2016-09-271-2/+5
* SERVER-26179: Have CollectionBulkLoader::init use runner to execute work, not...Scott Hernandez2016-09-261-23/+25
* SERVER-25131: release resource in destructorScott Hernandez2016-09-191-0/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-2/+2
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-061-40/+70
* SERVER-25084 collection bulk loader takes ownership of thread pool for task r...Benety Goh2016-07-281-2/+8
* SERVER-23476: move ownership of TaskRunner out of StorageInterfaceImplScott Hernandez2016-07-231-3/+3
* SERVER-25152 add logging and stats to CollectionBulkLoaderImplJudah Schvimer2016-07-201-0/+24
* SERVER-25016: CollectionCloner should not create _id_ index when there is no ...Scott Hernandez2016-07-131-35/+38
* SERVER-24938: pass all MultiIndexBlocks when inserting documentsScott Hernandez2016-07-071-8/+17
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-0/+207