summaryrefslogtreecommitdiff
path: root/src/mongo/db/session_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35866 Add state field to transaction tableJudah Schvimer2018-08-121-48/+87
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-2621/+12
* SERVER-36461 Add 'transaction' identifier to slow transaction log outputNathan Louie2018-08-071-3/+3
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-17/+31
* SERVER-36414 Add readConcern to slow transaction loggingjinichu2018-08-031-9/+66
* SERVER-35808 Returns error when new txns start on a session with existing pre...Pavi Vetriselvan2018-08-021-0/+29
* SERVER-35433 Log slow transactions when they finishNathan Louie2018-08-011-14/+91
* SERVER-35864 Ensure the active transaction on the session has not already bee...Samy Lanka2018-08-011-0/+21
* SERVER-35457 Add expiryTime to CurrentOp's transaction sub-documentjinichu2018-07-311-0/+8
* SERVER-35809 Refactor transaction abort.Siyuan Zhou2018-07-301-24/+85
* SERVER-35598 refactor commitTransaction for prepareJudah Schvimer2018-07-271-27/+27
* SERVER-35450 Add SingleTransactionStats::LastClientInfo to CurrentOp for inac...jinichu2018-07-261-16/+36
* SERVER-35174 Added readConcern and readTimestamp to CurOp's transaction sub-d...jinichu2018-07-251-3/+9
* SERVER-35432 Add a method for printing out information about a slow transactionNathan Louie2018-07-251-0/+203
* SERVER-35378 make prepareTransaction command return the prepareTimestampPavi Vetriselvan2018-07-231-2/+12
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-16/+316
* SERVER-35168 Added ClientInfo to Session to track info about the last client ...jinichu2018-07-131-0/+122
* SERVER-35310 Added timeActiveMicros and timeInactiveMicros to CurrentOp's tra...jinichu2018-07-131-40/+211
* SERVER-35302 Added startWallClockTime to CurrentOp's transaction sub-documentjinichu2018-07-131-8/+18
* SERVER-35434 Added an OpDebug object to SingleTransactionStats to track aggre...jinichu2018-07-091-0/+123
* SERVER-35305 Added timeOpenMicros to CurrentOp's transaction sub-documentjinichu2018-07-091-33/+20
* SERVER-35173 Added autocommit value to currentOp's transaction sub-documentjinichu2018-07-051-13/+99
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-3/+6
* test formattingNathan Louie2018-06-251-60/+28
* line changeNathan Louie2018-06-251-2/+2
* unit testsNathan Louie2018-06-251-0/+136
* SERVER-35308 Added timeActiveMicros field to SingleTransactionStats to measur...jinichu2018-06-221-0/+189
* SERVER-35376 added prepared state to sessionJudah Schvimer2018-06-211-3/+191
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-24/+1
* SERVER-35149 add newline that was removedNathan Louie2018-06-181-1/+1
* SERVER-35149 Track total number of open transactions in ServerTransactionsMet...Nathan Louie2018-06-181-1/+61
* SERVER-35300 Added startTime field to TxnStats to store the start time of a t...jinichu2018-06-181-0/+146
* SERVER-35147 Track total number of committed and aborted transactions inNathan Louie2018-06-151-0/+42
* SERVER-35604 acquire Global IX lock before preallocating a multi-document tra...Eric Milkie2018-06-151-8/+2
* SERVER-35146 Track total number of started transactionsNathan Louie2018-06-141-0/+18
* SERVER-35415 Increase default transaction lock acquisition timeout to 5 milli...Xiangyu Yao2018-06-081-1/+6
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-45/+7
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-3/+6
* SERVER-34692 Move txnNumber to subdocument in currentOpXiangyu Yao2018-05-161-2/+3
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-141-0/+57
* SERVER-34811 Forbid reads and writes to the config, admin, and local database...Tess Avitabile2018-05-081-41/+44
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34557 Restrict transactions to only run against replica set primariesWilliam Schultz2018-05-021-64/+0
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-8/+8
* SERVER-34583 Clean up transaction error codes.Matthew Russotto2018-04-261-3/+3
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-11/+68
* SERVER-33580 Restrict multi-statement transactions to replica set primariesWilliam Schultz2018-04-141-0/+64
* SERVER-34184 Trasnsaction fields are not accepted unless their preconditinal ...Siyuan Zhou2018-04-131-26/+0
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-0/+27
* SERVER-34073 Allow creating transactions with readConcerns other than 'snapsh...Tess Avitabile2018-04-131-1/+17