summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_engine_test_harness.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-1/+26
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+0
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-0/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+0
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-211-6/+12
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-2/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+3
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-11/+87
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-87/+11
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-11/+87
* SERVER-27831: Push threadsafety responsibility inside of KVCatalog's RecordStoreDaniel Gottlieb2017-03-291-6/+6
* SERVER-27284 dedup symbol KVHarnessHelper::createMatt Cotter2016-12-071-3/+17
* SERVER-26434 Change `KVEngine::getRecordStore` to return a unique pointerSam Rossi2016-10-041-8/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23243 Refactor KVHarnessHelper::createWaley Chen2016-05-051-8/+8
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-9/+11
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-11/+9
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-9/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-314/+308
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-24/+23
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* ERVER-965: Store the indexes of a collection on another partition/drive than ...Eliot Horowitz2014-12-011-0/+8
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-3/+124
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-7/+7
* SERVER-16183 Fix signed/unsigned cmp in KVEngineTestHarnessJason Rassi2014-11-171-1/+1
* SERVER-16183: drop queued kv idents at startupEliot Horowitz2014-11-171-0/+7
* SERVER-13635 Fix kv_engine_test_harness.cppMathias Stearn2014-10-271-3/+3
* SERVER-13635: pass namespace to createRecordStore for kvEliot Horowitz2014-10-191-4/+4
* SERVER-13635 release record store before restarting engine in Restart1 test caseBenety Goh2014-10-171-19/+23
* SERVER-13635: fix test for kv that restarts engineEliot Horowitz2014-10-111-0/+1
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-0/+267