summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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