summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+1
* SERVER-65305 Run `RollbackImplTest` with `wiredTiger`Gregory Noma2022-04-191-0/+1
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-70/+0
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+2
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-1/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-2/+2
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-4/+1
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+1
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-8/+11
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-4/+0
* SERVER-47438 remove unused function RollbackSource::copyCollectionFromRemote()Benety Goh2020-04-151-3/+0
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-0/+17
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-191-3/+3
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-5/+3
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-111-0/+2
* SERVER-45280 Invalidate default read write concern cache on replication rollbackJack Mulrow2020-01-161-0/+3
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-0/+1
* SERVER-44938 Primaries will run applyOps with inner operations that have a 't...Samyukta Lanka2019-12-061-0/+19
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+3
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+2
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-1/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-2/+2
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-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-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-3/+1
* SERVER-38800 rollback fixes collection counts using o2 fields of drop and ren...Benety Goh2019-01-091-2/+9
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-0/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-0/+5
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-1/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-21/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-3/+3
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-3/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-3/+3
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-141-2/+12
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-3/+1
* SERVER-33167 Reset last opTimes from oplog after performing recoverable rollbackVesselina Ratcheva2018-03-161-3/+0
* SERVER-33600 Rollback cannot set oplogTruncateAfterPoint until recoverToStabl...Judah Schvimer2018-03-141-6/+9
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-0/+24
* SERVER-33076 Rollback to checkpoint should set OplogTruncateAfterPoint to doc...Judah Schvimer2018-02-131-0/+7
* Revert "SERVER-33706 Rollback to checkpoint should set OplogTruncateAfterPoin...Judah Schvimer2018-02-131-7/+0