summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/heap_record_store_btree.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-104/+104
* SERVER-16444 Rename Record class to MmapV1RecordHeaderMathias Stearn2015-06-091-4/+4
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-12/+1
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-271-1/+1
* SERVER-16865: fix osx and one case where dynamic_cast mattersEliot Horowitz2015-01-181-1/+2
* SERVER-16865: created checked_cast and use in hot spotsEliot Horowitz2015-01-181-1/+2
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-15/+15
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13635: add a method to RecordStore and Collection to lookup by DiskLoc...Eliot Horowitz2014-10-131-0/+10
* SERVER-13635: remove invariant in v1 index for nowEliot Horowitz2014-09-171-1/+3
* SERVER-13635: hook up mmap_v1 to SortedDataInterface test harness and fix mma...Eliot Horowitz2014-09-171-0/+62
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14907 Create a version of HeapRecordStore for testing btree logic.Alex Kleiman2014-08-151-0/+89