summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-25/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-3/+3
* SERVER-46641: Limit collection names to 255 characters.Daniel Gottlieb2020-03-171-1/+2
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-2/+6
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-1/+1
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-12/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-29/+13
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-241-2/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40854 do not delete side table records while we are still have an acti...Benety Goh2019-05-031-4/+0
* SERVER-40854 temporarily disable failing StorageInterfaceImplTest test casesBenety Goh2019-05-031-0/+4
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-41/+19
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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