summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_radix_store.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65151 Remove `ephemeralForTest`Gregory Noma2022-04-261-2507/+0
* SERVER-60031 Declare RadixStore iterators [in]equality operators constYuhong Zhang2021-12-021-14/+14
* SERVER-60024 Add interface to recovery unit to force commit txn callIan Boros2021-10-111-0/+22
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-49770 SERVER-49773 Explicitly delete copy and move assignment operator...Henrik Edin2021-07-221-2/+11
* SERVER-49772 update RadixStore copy and move assignment operatorsBenety Goh2021-06-071-6/+11
* SERVER-49771 Add move assignment operator to reverse_radix_iteratorDianna Hohensee2021-05-281-0/+21
* SERVER-49769 add move assignment operator to radix_iteratorDianna Hohensee2021-05-281-0/+21
* SERVER-50203 Prevent passing unsigned argument a negative value in ephemeral_...Dan Larkin-York2021-01-111-15/+23
* SERVER-50202 Coverity analysis defect 116125: Explicit null dereferencedGregory Noma2020-11-201-1/+1
* SERVER-50201 Initialize _nodeType to be NodeType::LEAF in ephemeralForTestGregory Wlodarek2020-11-031-1/+1
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-3/+3
* SERVER-48305 Audit and remove unnecessary string copies in ephemeralForTest r...Yuhong Zhang2020-08-071-6/+6
* SERVER-36709 Make radix store nodes adaptive to improve memory efficiencyYuhong Zhang2020-08-071-197/+946
* Revert "SERVER-36709 Make Biggie store nodes adaptive to improve memory effic...Kaloian Manassiev2020-08-071-944/+196
* 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-071-196/+944
* SERVER-50013 Update with same value as existing node in ephemeralForTest radi...Henrik Edin2020-07-301-0/+4
* SERVER-49936 Fix so ephemeralForTest does not throw write conflict exception ...Henrik Edin2020-07-291-1/+11
* SERVER-49100 Fix the Head classes move constructor in Biggie to move its vari...Yuhong Zhang2020-07-251-3/+2
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-0/+1659