summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store_test_repairiter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-231-1/+1
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-103/+101
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-18/+17
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-33/+17
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16300 fix MMAPv1 repair cursor invalidation of a document in a singlet...David Storch2014-12-091-0/+52
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-10/+10
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-16248 fix unit test for getIteratorForRepairDan Pasette2014-11-211-0/+8
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+4
* SERVER-13635: hook up mmapv1 record stores to harnessEliot Horowitz2014-10-151-3/+2
* SERVER-13635 Expand set of generic RecordStore API tests.Max Hirschhorn2014-10-071-0/+121