summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-291-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-0/+8
* SERVER-31662 Initialize rollback id to 1 and log when it changesWilliam Schultz2017-11-281-4/+4
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-5/+4
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-171-2/+2
* SERVER-29891 Call setStableTimestamp() when commit point or last applied opti...William Schultz2017-08-081-2/+3
* SERVER-30184 Add mock getters to storage interface for stable timestamp and i...Judah Schvimer2017-07-201-3/+25
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-081-3/+2
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-55/+3
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-0/+29
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-29/+0
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-0/+29
* SERVER-28211 removed StorageInterface::startup() and shutdown() functionsBenety Goh2017-03-291-2/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-26179: Have CollectionBulkLoader::init use runner to execute work, not...Scott Hernandez2016-09-261-3/+2
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-8/+27
* SERVER-24697 deprecated StorageInterface::writeOpsToOplog in favor of Storage...Benety Goh2016-06-211-15/+0
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-1/+34
* SERVER-24273 added unit tests for repl::multiApplyBenety Goh2016-06-011-0/+9
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-011-0/+6
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-241-2/+0
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-5/+0
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-4/+35
* SERVER-18038 added placeholder test for repl storage interface and test fixtu...Benety Goh2016-04-121-4/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-6/+6
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-0/+49