summaryrefslogtreecommitdiff
path: root/src/mongo/db/initialize_operation_session_info.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-0/+58
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-58/+0
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-4/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-041-1/+4
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-9/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-25/+27
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-5/+1
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-1/+5
* SERVER-32880 Parse and add autocommit parameter to SessionPavithra Vetriselvan2018-02-211-8/+13
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-171-3/+4
* SERVER-30765 Only allow transaction numbers on mongos or replica set membersJack Mulrow2017-09-141-1/+5
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+49