summaryrefslogtreecommitdiff
path: root/src/mongo/db/single_transaction_stats.h
Commit message (Expand)AuthorAgeFilesLines
* 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