summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28211 StorageInterfaceImpl supports dropping system collectionsBenety Goh2017-04-061-0/+16
* SERVER-28211 added StorageInterface::upsertByIdBenety Goh2017-04-051-2/+135
* SERVER-28211 cleaned up StorageInterfaceImpl unit testBenety Goh2017-03-311-169/+142
* SERVER-28211 removed StorageInterface::startup() and shutdown() functionsBenety Goh2017-03-291-4/+0
* SERVER-28219 Extend OplogBufferCollection so that it can be initialized using...Judah Schvimer2017-03-221-0/+79
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-15/+13
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-1/+3
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-250/+251
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-3/+5
* SERVER-27677 CollectionBulkLoaderImpl::_releaseResources ensures that a Clien...Benety Goh2017-01-181-0/+75
* SERVER-26631 Implement multiple document support for StorageInterface::findDo...Benety Goh2016-10-171-23/+181
* SERVER-26631 replaced StorageInterface::findOne/deleteOne with findDocuments/...Benety Goh2016-10-171-240/+315
* SERVER-25268 added StorageInterfaceImpl::findOne and deleteOne support for st...Benety Goh2016-09-201-92/+442
* SERVER-26151 StorageInterfaceImpl::dropCollection() shouldn't create the data...Benety Goh2016-09-191-2/+4
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-1/+6
* SERVER-25800 StorageInterface::insertDocuments no longer checks for empty arr...Benety Goh2016-09-011-5/+4
* SERVER-25800 insertDocuments falls back on inserting documents one at a time ...Benety Goh2016-09-011-0/+32
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-23/+30
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-44/+46
* SERVER-25350 Move thread initialization from subclasses into ServiceContextMo...Sam Dunietz2016-08-021-6/+2
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-30/+32
* SERVER-24989 MigrationManager unit-testing.Dianna Hohensee2016-07-191-2/+2
* SERVER-25016: CollectionCloner should not create _id_ index when there is no ...Scott Hernandez2016-07-131-4/+16
* SERVER-24745 added collection scan support to storage interface for findOne a...Benety Goh2016-06-231-0/+80
* SERVER-24728 replace NoSuchKey error code with CollectionIsEmpty where approp...Judah Schvimer2016-06-231-9/+10
* SERVER-24706 default namespace in OplogBufferCollection cannot start with loc...Benety Goh2016-06-221-0/+15
* SERVER-24697 deprecated StorageInterface::writeOpsToOplog in favor of Storage...Benety Goh2016-06-211-14/+12
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-1/+199
* SERVER-23059: fix test which was't usign a WriteUnitOfWorkScott Hernandez2016-06-171-28/+8
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-18/+226
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-011-0/+106
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-0/+1
* SERVER-23496 adding ShardLocal class, child class of ShardDianna Hohensee2016-04-271-0/+6
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-6/+2
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-4/+150
* SERVER-18038 added placeholder test for repl storage interface and test fixtu...Benety Goh2016-04-121-0/+51