summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2019-03-041-0/+4
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2019-02-261-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-36982 Fix Jepsen mmap and Linux (no journal) failuresr4.0.3-rc0r4.0.3Tess Avitabile2018-09-251-0/+4
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+9
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-0/+7
* SERVER-33349 Add command to get stable checkpoint timestampJudah Schvimer2018-04-101-0/+5
* SERVER-33493 Have WT RTT rollback keep correct countsJudah Schvimer2018-03-291-1/+7
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-1/+1
* SERVER-33846: Set oplog visibility synchronously on secondaries, at the end o...Daniel Gottlieb2018-03-151-0/+6
* SERVER-33873 change StorageInterface methods to accept NamespaceStringOrUUIDKyle Suarez2018-03-151-11/+11
* SERVER-33292 Have storage dictate where replication recovery should begin pla...Judah Schvimer2018-03-121-1/+9
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-10/+0
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+9
* SERVER-30926 Add timestamps to writes to minValid documentJudah Schvimer2017-12-131-2/+2
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-11-281-2/+2
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-6/+7
* SERVER-31002 minValid should alway be set to existent OpTime.Siyuan Zhou2017-10-271-0/+7
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+23
* Revert "SERVER-30131 Ensure collections on local have UUIDs"Maria van Keulen2017-10-091-23/+0
* SERVER-30131 Ensure collections on local have UUIDsMaria van Keulen2017-10-091-0/+23
* SERVER-31086 adorn secondary inserts and vector inserts with timestampsEric Milkie2017-09-251-8/+13
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-0/+9
* SERVER-30865 Synchronize a node's initial sync writes to the oplog with its l...Eric Milkie2017-08-291-0/+4
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-3/+3
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-171-3/+3
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-161-0/+4
* SERVER-29891 Call setStableTimestamp() when commit point or last applied opti...William Schultz2017-08-081-2/+2
* SERVER-30184 Add mock getters to storage interface for stable timestamp and i...Judah Schvimer2017-07-201-7/+9
* SERVER-30184 Add functions to storage interface for rollback toJudah Schvimer2017-07-201-1/+8
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-7/+9
* SERVER-29276 adds renameCollection function to StorageInterfaceJudah Schvimer2017-06-151-0/+8
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-081-3/+1
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-18/+1
* SERVER-29254 add findSingleton and putSingleton methods to StorageInterfaceJudah Schvimer2017-05-191-0/+11
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-1/+6
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-6/+1
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-1/+6
* SERVER-28211 add StorageInterface::deleteByFilterBenety Goh2017-04-191-0/+6
* SERVER-28211 add StorageInterface::deleteById()Benety Goh2017-04-191-0/+6
* SERVER-28211 add StorageInterface::findById()Benety Goh2017-04-191-0/+6
* SERVER-28211 added StorageInterface::upsertByIdBenety Goh2017-04-051-0/+7
* SERVER-28211 removed StorageInterface::startup() and shutdown() functionsBenety Goh2017-03-291-3/+0
* SERVER-28219 Extend OplogBufferCollection so that it can be initialized using...Judah Schvimer2017-03-221-0/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-46/+49
* SERVER-26631 replaced StorageInterface::findOne/deleteOne with findDocuments/...Benety Goh2016-10-171-38/+47
* SERVER-26179: Have CollectionBulkLoader::init use runner to execute work, not...Scott Hernandez2016-09-261-8/+3
* SERVER-25268 added StorageInterfaceImpl::findOne and deleteOne support for st...Benety Goh2016-09-201-8/+20
* SERVER-7200 Limit secondary apply batches to 10% of the oplog sizeMathias Stearn2016-08-231-0/+4
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-6/+10