summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::invalidateSessionT...Benety Goh2022-08-262-1/+13
* SERVER-66854 Prevent step-up ops from being killed by killSessions commandsVesselina Ratcheva2022-08-251-7/+15
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-253-3/+0
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-256-3/+99
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-242-70/+129
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-234-11/+20
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-1712-114/+25
* SERVER-68886 Remove extra call to addEagerlyReapedSession in internal transac...Jason Zhang2022-08-171-1/+0
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-2/+2
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-153-10/+7
* SERVER-67820 SEPTransactionClient::runCRUDOp should inspect writeError from r...Sanika Phanse2022-08-101-1/+1
* SERVER-68018 Remove invariant in SEPTransactionClient::runCommand requiring e...Jason Zhang2022-08-061-1/+0
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-0126-0/+18009