summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-4/+4
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-9/+26
* SERVER-71033 Deserialize NamespaceString correctly during rollbackHugh Tong2023-01-131-0/+46
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-2/+0
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-2/+0
* SERVER-65305 Run `RollbackImplTest` with `wiredTiger`Gregory Noma2022-04-191-4/+6
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+3
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-2/+1
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+2
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-1/+2
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-2/+1
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-1/+2
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-2/+4
* SERVER-55305 Add new step to replication rollback to restore the txns table t...Jason Chan2021-05-041-0/+330
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-3/+8
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-2/+2
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-2/+0
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-36/+37
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-2/+4
* SERVER-33183 Removed the kConvertToCapped type from OplogEntry classAnthony Perkins2020-10-051-9/+1
* SERVER-49030 Make CurOp::_start and CurOp::_end atomicJustin Seyster2020-08-041-1/+5
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-2/+4
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47070 fixing recursion in util_testGabriel Russell2020-03-241-6/+5
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-2/+1
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-1/+1
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-7/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-10/+18
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-3/+3
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-5/+5
* SERVER-44938 Primaries will run applyOps with inner operations that have a 't...Samyukta Lanka2019-12-061-37/+24
* SERVER-37260 Fix unchecked status in replication_coordinator_test_fixture.cpp...Ali Mir2019-10-211-1/+1
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-16/+19
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-211-1/+2
* SERVER-42563 Rename and remove try...catch around rollback critical sectionJudah Schvimer2019-08-061-2/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-65/+27
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-07-121-5/+31
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-9/+9
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-9/+9
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-4/+2
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-2/+2
* SERVER-41035 Rollback should kill all user operations before taking RSTL lock...Judah Schvimer2019-05-171-0/+46