summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/devnull/devnull_kv_engine.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47997: Remove cachePressureThreshold and isCacheUnderPressuref1b99df5Lingzhi Deng2020-05-131-4/+0
|
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-081-1/+1
|
* SERVER-45481 Change the backup API to return the blocks to copy for ↵Gregory Wlodarek2020-01-241-1/+1
| | | | incremental backup
* Revert "SERVER-45481 Change the backup API to return the blocks to copy for ↵Gregory Wlodarek2020-01-241-1/+1
| | | | | | incremental backup" This reverts commit 5f27f0519f980f3099764b8045e887b633d60b72.
* SERVER-45481 Change the backup API to return the blocks to copy for ↵Gregory Wlodarek2020-01-241-1/+1
| | | | incremental backup
* SERVER-45581 Configure the incremental backup API to allow block size ↵Gregory Wlodarek2020-01-211-4/+1
| | | | granularity to be specified
* SERVER-44407 Connect the incremental backup cursor pipes with WT outputGregory Wlodarek2020-01-131-1/+4
|
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-1/+1
| | | | This commit allows the feature for single-node replica sets only.
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-171-1/+1
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
|
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-1/+1
|
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ↵Dianna Hohensee2019-07-011-3/+3
| | | | | | history window size" This reverts commit 8899b34e1044b08aec7ad9f8546652456472702c.
* 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
| | | | This reverts commit 90a74a50044d4daff7fa66e050bd76e70a0c7e56.
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-3/+2
|
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+4
|
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ↵Dianna2019-05-171-3/+3
| | | | window size
* SERVER-39377 Make efficient hot backup work with enableMajorityReadConcern=falseXiangyu Yao2019-03-061-0/+4
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38254 $backupCursorExtend should return a list of additional files ↵Xiangyu Yao2018-12-121-0/+3
| | | | that need to be copied
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-291-0/+4
|
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-0/+3
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36216: Add non-blocking backup cursor support.Daniel Gottlieb2018-07-251-0/+5
|
* SERVER-36200: Add backup cursor service foundation. Have fsync command use it.Daniel Gottlieb2018-07-241-0/+6
|
* Revert "SERVER-28734 Provide a way to recover data files when lacking ↵Xiangyu Yao2018-07-131-7/+0
| | | | | | WiredTiger metadata, but have _mdb_catalog data" This reverts commit ca2b902002110013479af34f0ce6dee9906d9ad9.
* SERVER-28734 Provide a way to recover data files when lacking WiredTiger ↵Louis Williams2018-07-101-0/+7
| | | | metadata, but have _mdb_catalog data
* SERVER-31767 Provide a window of snapshot history that is accessible for PIT ↵Dianna Hohensee2018-05-251-0/+9
| | | | reads
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-1/+1
|
* SERVER-33743 Use all_committed to set lastApplied on primary nodesJudah Schvimer2018-03-201-0/+4
|
* SERVER-26434 Change `KVEngine::getRecordStore` to return a unique pointerSam Rossi2016-10-041-4/+5
|
* SERVER-23735 ephemeral KVEngines aren't durableKyle Suarez2016-04-151-1/+4
| | | | | | | | Ephemeral storage engines that do no journaling should not report themselves as durable. Tests that run with ephemeral storage engines should not run any test that requires journaling.
* SERVER-22866 implement isEphemeral for all enginesKyle Suarez2016-02-291-0/+4
| | | | | Implements the isEphemeral() method for the devnull and ephemeralForTest storage engines so that they properly report that they do not persist data to disk.
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-0/+4
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-69/+66
|
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-10/+10
|
* SERVER-16906 storage engines without directoryperdb support should fail to ↵Benety Goh2015-01-161-0/+4
| | | | start up with --directoryperdb
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
|
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-0/+4
|
* SERVER-14062 StorageEngine::cleanShutdown should not accept OpCtxKaloian Manassiev2014-12-031-1/+1
| | | | | | | | | There should not be active OperationContext when cleanShutdown is called, because it should be run under a global lock and should not be acquiring locks or performing recoverable operations. This change is necessary for the removal of the OperationContext registry and ensuring there is one OperationContext per client.
* Revert "SERVER-14062 exitCleanly should not create OperationContext"Kaloian Manassiev2014-12-021-1/+1
| | | | This reverts commit 15a2b7ca39ce472e43d8d37c6127eb4c3958456c.
* SERVER-14062 exitCleanly should not create OperationContextKaloian Manassiev2014-12-021-1/+1
|
* SERVER-15595: fix devnull engine and add a testEliot Horowitz2014-11-271-0/+3
|
* SERVER-16183: drop queued kv idents at startupEliot Horowitz2014-11-171-7/+6
|
* SERVER-16031 Call cleanShutdown rather than deleting KVEnginesMathias Stearn2014-11-101-0/+1
| | | | Resolves some race conditions on shutdown.
* SERVER-13635: allow kv engines to get index size and repairEliot Horowitz2014-10-311-0/+11
|
* SERVER-13635: add isDurable to StorageEngine and use for GLEEliot Horowitz2014-10-311-0/+4
|
* SERVER-13635 Allow KVEngines to opt out of doc-lockingMathias Stearn2014-10-271-0/+4
|