summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-37643 replace MultiIndexBlock reference in test with IndexCatalog::cre...Benety Goh2018-12-181-9/+8
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+1
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+2
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-17/+13
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-1/+1
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-8/+10
* SERVER-34967 Handle PlanExecutor failure in StorageInterfaceImplCharlie Swanson2018-05-151-169/+190
* SERVER-33493 Have WT RTT rollback keep correct countsJudah Schvimer2018-03-291-0/+18
* SERVER-33873 change StorageInterface methods to accept NamespaceStringOrUUIDKyle Suarez2018-03-151-30/+198
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-1/+1
* SERVER-32741 Remove erroneous TODOsMaria van Keulen2018-03-021-1/+0
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+79
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-168/+84
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-131-7/+35
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-11-281-11/+13
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-113/+111
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-021-2/+3
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+2
* SERVER-31002 minValid should alway be set to existent OpTime.Siyuan Zhou2017-10-271-0/+26
* SERVER-24174: Inconsistent rule for storing dotted field namesNick Zolnierz2017-10-121-0/+20
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+97
* Revert "SERVER-30131 Ensure collections on local have UUIDs"Maria van Keulen2017-10-091-97/+0
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+97
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-117/+155
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-102/+171
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-2/+1
* SERVER-29491 Only full validate should verifyTableGregory Wlodarek2017-07-251-1/+1
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-2/+2
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-2/+2
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-2/+2
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-64/+80
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+2
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-1/+1
* SERVER-29743 Initialize fields with defaults in IDLKaloian Manassiev2017-06-221-2/+1
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-2/+1
* SERVER-27244 Status usage compile-time error.ADAM David Alan Martin2017-06-191-4/+6
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-4/+7
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29276 adds renameCollection function to StorageInterfaceJudah Schvimer2017-06-151-0/+103
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-140/+3
* SERVER-29274 update repl and op observer tests to use new ReplicationCoordina...Benety Goh2017-05-231-13/+3
* SERVER-29254 add findSingleton and putSingleton methods to StorageInterfaceJudah Schvimer2017-05-191-0/+103
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-16/+137