summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-1712-188/+210
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-08-071-1/+1
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-04-231-0/+4
* SERVER-31930: Have ephemeralForTest capped collections unindex deleted docume...Daniel Gottlieb2017-11-131-3/+9
* SERVER-31482 Change mutex to recursive mutex for ephemeral_for_test_record_storeXiangyu Yao2017-11-102-17/+15
* SERVER-31054: Protect multi-threaded access to EphemeralForTestKVEngine::_dat...Daniel Gottlieb2017-09-131-0/+2
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-5/+11
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-292-8/+6
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-151-2/+6
* SERVER-30571 EphemeralForTest oplogStartHack works if startingPosition is beh...Judah Schvimer2017-08-091-1/+7
* SERVER-30370 ephemeral_for_test should traverse the record store in a non-ful...Gregory Wlodarek2017-07-271-13/+11
* SERVER-29267 removed unused methodsHaley Connelly2017-06-081-8/+0
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-021-5/+15
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-152-0/+5
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-052-5/+0
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-052-0/+5
* SERVER-28737: Have ephemeralForTest use std::mutex to not consume LockManager...Daniel Gottlieb2017-04-252-30/+35
* SERVER-27831: Push threadsafety responsibility inside of KVCatalog's RecordStoreDaniel Gottlieb2017-03-293-14/+52
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-074-87/+92
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-232-4/+4
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-142-8/+27
* SERVER-27284 dedup symbol KVHarnessHelper::createMatt Cotter2016-12-071-2/+13
* SERVER-26674 Add missing header includessamantharitter2016-11-051-0/+2
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-0/+2
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-2/+1
* SERVER-26434 Change `KVEngine::getRecordStore` to return a unique pointerSam Rossi2016-10-042-14/+18
* SERVER-24989 MigrationManager unit-testing.Dianna Hohensee2016-07-191-6/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23644 add more tests for validate()Robert Guo2016-05-181-1/+4
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-1/+2
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-092-28/+35
* SERVER-23243 Refactor KVHarnessHelper::createWaley Chen2016-05-051-1/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-1/+1
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-1/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-1/+1
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-293-7/+4
* SERVER-23952 ephemeralForTest storage engine should handle seeking to empty BSONRobert Guo2016-04-291-7/+16
* Revert "SERVER-23952 ephemeralForTest storage engine should handle seeking to...Kyle Suarez2016-04-271-16/+7
* SERVER-23952 ephemeralForTest storage engine should handle seeking to empty BSONRobert Guo2016-04-271-7/+16
* SERVER-23496 adding ShardLocal class, child class of ShardDianna Hohensee2016-04-273-0/+13
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-212-14/+14
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-212-14/+14
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-212-14/+14
* SERVER-23735 ephemeral KVEngines aren't durableKyle Suarez2016-04-151-2/+2
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-1/+1
* SERVER-22866 implement isEphemeral for all enginesKyle Suarez2016-02-291-0/+4
* SERVER-22352 do not fail startup if lockFile cannot be created in readOnly modeAdam Midvidy2016-02-171-1/+1
* SERVER-22534 Link to journal_listener from ephemeral storage coreEric Milkie2016-02-111-1/+1
* SERVER-22534: mark each ephemeralForTesting write as journaled for replicationScott Hernandez2016-02-115-2/+28