summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-139/+0
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-04-151-0/+1
* SERVER-46524 ephemeralForTest storage engine does not need to update the oplo...Dianna Hohensee2020-03-031-2/+5
* SERVER-46334 Eliminate the mutex held across JournalListener calls.Dianna Hohensee2020-02-251-3/+5
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-3/+3
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-1/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-8/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-0/+1
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-3/+2
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-2/+3
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-3/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+3
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-1/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-0/+7
* SERVER-37706 Implement capped collection support for BiggieSEGregory Wlodarek2018-11-061-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-141-0/+1
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-131-2/+5
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-131-5/+2
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-131-2/+5
* SERVER-31054: Protect multi-threaded access to EphemeralForTestKVEngine::_dat...Daniel Gottlieb2017-09-131-0/+2
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-151-2/+6
* SERVER-26434 Change `KVEngine::getRecordStore` to return a unique pointerSam Rossi2016-10-041-10/+12
* SERVER-22534: mark each ephemeralForTesting write as journaled for replicationScott Hernandez2016-02-111-1/+6
* SERVER-21403 plumb flag indicating whether or not index is unique down to MMA...David Storch2015-11-171-1/+2
* SERVER-20574: Rename inMemory storage engine to ephemeralForTestGeert Bosch2015-10-131-0/+102