summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store_test_validate.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38886 Refactor RecordStore::validate implementationsDivjot Arora2019-02-261-117/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-2/+2
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-2/+2
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-4/+3
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-4/+4
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-1/+1
* SERVER-18912 Document and implement correct capped visibility rulesMathias Stearn2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-61/+61
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-6/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-4/+0
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-7/+7
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-5/+7
* SERVER-16030 make RecordStore::validate non-constBenety Goh2014-12-241-1/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-13635: hook up mmapv1 record stores to harnessEliot Horowitz2014-10-151-1/+1
* SERVER-13635 Expand set of generic RecordStore API tests.Max Hirschhorn2014-10-071-0/+122