summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/recovery_unit_noop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-241-22/+20
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-2/+2
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-1/+1
* SERVER-39289 Add method to indicate whether a RecoveryUnit has an active tran...Gabe Villasana2019-06-111-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-5/+0
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-1/+1
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-37/+37
* SERVER-18807: Add commit/rollback functionality to recovery_unit_noop.hGeert Bosch2015-06-081-10/+29
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-3/+3
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-151-1/+1
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-15192 terminate server if RecoveryUnit::Change throws on commit or rol...David Storch2015-02-241-2/+7
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-0/+2
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-271-1/+3
* SERVER-16908 disable MMAPv1 rollback during fg index build, for perfEric Milkie2015-01-221-0/+1
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-281-2/+0
* SERVER-15541 RecoveryUnit::commitAndRestart to avoid WriteUnitOfWorkDavid Storch2014-10-211-0/+2
* SERVER-13635: hook up mmapv1 record stores to harnessEliot Horowitz2014-10-151-0/+2
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-051-4/+0
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-261-4/+0
* SERVER-13951: Add rollback of collection metadataGeert Bosch2014-07-281-0/+5
* SERVER-13951 First phase of rollback implementationKaloian Manassiev2014-06-051-2/+5
* Revert "SERVER-13951 First phase of rollback implementation"Mark Benvenuto2014-06-041-5/+2
* SERVER-13951 First phase of rollback implementationMathias Stearn2014-06-041-2/+5
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-0/+56