summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_drop_pending_ident_reaper_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-5/+0
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-2/+73
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-3/+1
* SERVER-67384 Use correct code path for creating column indexesIan Boros2022-07-011-0/+9
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-281-0/+8
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-2/+4
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-4/+2
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-2/+4
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-1/+2
* SERVER-61177 add KVEngine::dump() and StorageEngine::dump()Benety Goh2021-11-031-0/+2
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-1/+2
* SERVER-54005 Prevent oplog history truncation from deleting entries lte to th...Dianna Hohensee2021-05-041-0/+2
* SERVER-49752 Remove redundant ident reaper 'nss' loggingDianna Hohensee2021-05-041-24/+15
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-1/+4
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-1/+1
* SERVER-46678: Utilize durable history across restarts.Daniel Gottlieb2021-01-081-0/+8
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-3/+0
* SERVER-51717 Run the DropIdentCallback from within the KVEngineGregory Noma2020-11-041-2/+6
* SERVER-51146 Implement KVEngine::dropIdentForImport() which does not remove t...Gregory Wlodarek2020-10-081-0/+2
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-14/+10
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-16/+0
* SERVER-48918 Enhance the ident reaper algorithm to check that all instances o...Dianna Hohensee2020-08-191-37/+109
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-27/+29
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-061-0/+3
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-3/+0
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-10/+14
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-1/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-0/+1
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-3/+2
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-2/+3
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-3/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+4
* SERVER-37843 add KVDropPendingIdentReaperBenety Goh2018-11-301-0/+331