summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-3/+5
* SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine in...Gregory Wlodarek2020-11-131-4/+0
* SERVER-51387 Assert that the stable timestamp is never set higher than the al...Gregory Wlodarek2020-11-061-1/+3
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-4/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+4
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-7/+7
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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