summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/devnull
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-173-25/+30
* 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-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-4/+3
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-0/+1
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-1/+0
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-29/+29
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-1/+1
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* Deduplicate `KVDatabaseCatalogEntry::getIndex`.ADAM David Alan Martin2016-12-141-1/+3
* SERVER-26674 Add missing header includessamantharitter2016-11-051-0/+2
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-0/+2
* SERVER-26434 Change `KVEngine::getRecordStore` to return a unique pointerSam Rossi2016-10-042-10/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-5/+11
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-3/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-7/+7
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-7/+7
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-7/+7
* SERVER-23735 ephemeral KVEngines aren't durableKyle Suarez2016-04-151-1/+4
* 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-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-0/+4
* SERVER-20574: Rename inMemory storage engine to ephemeralForTestGeert Bosch2015-10-132-3/+3
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20370: AwaitData doesn't work properly with WiredTiger OplogHack visib...Scott Hernandez2015-09-171-1/+1
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-3/+4
* SERVER-16444 Change updateWithDamages() to return the updated data.Max Hirschhorn2015-08-241-5/+5
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-0/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-203-278/+296
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-23/+8
* SERVER-17894 kv and devnull storage engine dependency cleanupBenety Goh2015-04-141-5/+15
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-2/+3
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-03-191-9/+0
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-6/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-062-14/+14
* SERVER-17016 fixed db.collection.ensureIndex() for devnull storage engineBenety Goh2015-01-221-3/+17
* SERVER-16959 send INVALIDATION_MUTATION message prior to an in-place updateDavid Storch2015-01-211-1/+1
* SERVER-16906 storage engines without directoryperdb support should fail to st...Benety Goh2015-01-161-0/+4
* SERVER-16676 don't trash indexes for RecordStores that can compact in-placeMathias Stearn2015-01-151-6/+0
* Better repair for WTMathias Stearn2015-01-151-0/+5
* SERVER-16567 check startup options against creation settings in data director...Benety Goh2015-01-091-0/+9
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-081-1/+5
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16677 added unclean shutdown warning to global environmentBenety Goh2015-01-051-1/+2