summaryrefslogtreecommitdiff
path: root/src/mongo/db/single_transaction_stats.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39489 Remove optime creation in TransactionParticipantJudah Schvimer2019-05-221-0/+4
* SERVER-39690: Fix prepared transaction metrics after exceptions in prepareLingzhi Deng2019-04-021-0/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38677 Move all 'forTest' methods to a separate section of the header fileKaloian Manassiev2018-12-211-0/+3
* SERVER-38189 check prepareStartTime before logging slow transaction infoJason Chan2018-11-211-2/+4
* SERVER-36501 Add getPreparedDuration metric reportingJason Chan2018-11-011-0/+23
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-22/+32
* SERVER-36685 Make transaction statistics accessible without TransactionPartic...Matthew Russotto2018-08-221-1/+58
* SERVER-35450 Add SingleTransactionStats::LastClientInfo to CurrentOp for inac...jinichu2018-07-261-10/+18
* SERVER-35168 Added ClientInfo to Session to track info about the last client ...jinichu2018-07-131-0/+34
* SERVER-35310 Added timeActiveMicros and timeInactiveMicros to CurrentOp's tra...jinichu2018-07-131-5/+11
* SERVER-35434 Added an OpDebug object to SingleTransactionStats to track aggre...jinichu2018-07-091-47/+19
* SERVER-35308 Added timeActiveMicros field to SingleTransactionStats to measur...jinichu2018-06-221-0/+55
* SERVER-35300 Added startTime field to TxnStats to store the start time of a t...jinichu2018-06-181-1/+62
* SERVER-35492 Renamed TxnStats class to SingleTransactionStatsjinichu2018-06-081-0/+38