summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_engine_test_harness.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-1/+1
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-1/+6
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+2
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-18/+18
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-17/+11
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-251-73/+69
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-3/+2
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-2/+2
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-2/+2
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-2/+2
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-8/+56
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-6/+0
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-32/+41
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-32/+51
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-12/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-42/+60
* SERVER-38895 Implement allCommitted for biggie storage engineGeert Bosch2019-01-111-0/+71
* SERVER-38548 add missing ns field to index specs in kv engine testsBenety Goh2018-12-311-1/+5
* SERVER-38263 Implement KVEngine harness and backup for BiggieSEGregory Wlodarek2018-11-281-0/+12
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-1/+37
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* 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