summaryrefslogtreecommitdiff
path: root/src/mongo/db/internal_session_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-198/+0
* SERVER-68238 Coverity analysis defect 123341: Pointer to local outside scopeSanika Phanse2022-08-161-4/+3
* SERVER-66851 Internal session pool should use parent sessions as keys for chi...Jack Mulrow2022-06-011-5/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65293 Chunk migration should only migrate internal sessions for retrya...Cheahuychou Mao2022-04-071-1/+1
* SERVER-61783 Use the session pool with the internal transaction APISanika Phanse2022-03-181-23/+91
* SERVER-58766 Add session pool for internal sessionsJonathan Lee2021-10-131-0/+129