summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-084-5/+1
* SERVER-50202 Coverity analysis defect 116125: Explicit null dereferencedGregory Noma2020-11-201-1/+1
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-4/+0
* SERVER-51420 Optimize delete to only read document onceBrian DeLeonardis2020-11-061-1/+1
* SERVER-51717 Run the DropIdentCallback from within the KVEngineGregory Noma2020-11-042-2/+9
* SERVER-50201 Initialize _nodeType to be NodeType::LEAF in ephemeralForTestGregory Wlodarek2020-11-031-1/+1
* SERVER-47752 Refactor kMajorityCommitted to not receive special treatmentBrian DeLeonardis2020-10-262-2/+2
* SERVER-51501 Recognize the timeseries option of the create commandGregory Noma2020-10-231-0/+1
* SERVER-51769 Fix ephemeralForTest's RecoveryUnit::isActive()Gregory Wlodarek2020-10-211-4/+0
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-141-2/+2
* SERVER-51147 importRecordStore() and importSortedDataInterface() now import c...Gregory Wlodarek2020-10-132-10/+0
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-122-4/+8
* SERVER-51146 Implement KVEngine::dropIdentForImport() which does not remove t...Gregory Wlodarek2020-10-081-0/+2
* SERVER-49754 Remove unused OperationContext from KVEngine::dropIdent()Gregory Wlodarek2020-10-081-1/+1
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-082-5/+3
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+3
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-3/+3
* SERVER-50951: Implement skeleton of importCollectionLingzhi Deng2020-09-252-0/+30
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-2/+3
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-0/+4
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-103-4/+3
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-4/+4
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-262-4/+5
* SERVER-50214 Link the storage/README and ephemeral_for_test/README files with...Gregory Noma2020-08-251-0/+3
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-183-12/+5
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-3/+5
* SERVER-48305 Audit and remove unnecessary string copies in ephemeralForTest r...Yuhong Zhang2020-08-071-6/+6
* SERVER-49878 ephemeralForTest sorted impl should be consistent with KeyString...Yuhong Zhang2020-08-072-3/+4
* SERVER-36709 Make radix store nodes adaptive to improve memory efficiencyYuhong Zhang2020-08-072-225/+1243
* Revert "SERVER-36709 Make Biggie store nodes adaptive to improve memory effic...Kaloian Manassiev2020-08-072-1241/+224
* Revert "SERVER-48305 Audit and remove unnecessary string copies in ephemeralF...Kaloian Manassiev2020-08-071-6/+6
* SERVER-48305 Audit and remove unnecessary string copies in ephemeralForTest r...Yuhong Zhang2020-08-071-6/+6
* SERVER-36709 Make Biggie store nodes adaptive to improve memory efficiencyYuhong Zhang2020-08-072-224/+1241
* SERVER-49553 Allow point-in-time read transactions on ephemeralForTest to obt...Bynn Lee2020-08-065-16/+216
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+4
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-042-8/+0
* SERVER-49547 ephemeralForTest needs to keep track of the available history fo...Bynn Lee2020-08-035-18/+363
* Revert "SERVER-49547 ephemeralForTest needs to keep track of the available hi...Bynn Lee2020-07-315-365/+17
* SERVER-49547 ephemeralForTest needs to keep track of the available history fo...Bynn Lee2020-07-315-17/+365
* SERVER-49301 add StorageEngineOptions::lockFileCreatedByUncleanShutdownBenety Goh2020-07-312-0/+3
* SERVER-49641 Document missing sections in ephemeral_for_test/README.mdHenrik Edin2020-07-301-9/+37
* SERVER-50013 Update with same value as existing node in ephemeralForTest radi...Henrik Edin2020-07-302-0/+9
* SERVER-49797 Initialize _desc in ephemeralForTest sorted impl in all code pathsHenrik Edin2020-07-291-0/+1
* SERVER-49936 Fix so ephemeralForTest does not throw write conflict exception ...Henrik Edin2020-07-292-1/+29
* SERVER-49100 Fix the Head classes move constructor in Biggie to move its vari...Yuhong Zhang2020-07-251-3/+2
* SERVER-48615 Document architecture of the new ephemeralForTest storage engineGeert Bosch2020-07-211-0/+100
* SERVER-38987 Fix db_catalog_test with ASAN builderHenrik Edin2020-07-201-8/+14
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-1724-1631/+8116
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-012-2/+12
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-102-4/+9