summaryrefslogtreecommitdiff
path: root/src/mongo/db/logical_session_id.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-70/+0
* SERVER-65293 Chunk migration should only migrate internal sessions for retrya...Cheahuychou Mao2022-04-071-3/+3
* SERVER-60917 Make commands that fail with RetryTransactionInProgress block un...Cheahuychou Mao2022-01-281-2/+2
* SERVER-59717 Remove stmtId from internal session id for retryable internal tr...Jonathan Lee2021-10-131-3/+3
* SERVER-58751 Support internal sessionsCheahuychou Mao2021-08-141-0/+17
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39535 Update localLogicalSessionTimeoutMinutes param to IDLAndrew Morrow2019-02-221-4/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-25/+34
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-35/+5
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-3/+4
* SERVER-28753 Add support for TxnNumber/StmtId in write commandsKaloian Manassiev2017-06-081-5/+0
* SERVER-28297 Add IDL to LogicalSessionId classSamantha Ritter2017-05-051-2/+27
* SERVER-28296 Implement a LogicalSessionId classsamantharitter2017-04-031-0/+57