summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/txn_cmds.idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-031-0/+2
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-7/+0
* SERVER-41191 remove prepared field from CommitTransactionOplogObject IDLBenety Goh2019-05-211-5/+0
* SERVER-40806 Router should choose first *write* participant shard as transact...Esha Maharishi2019-04-291-1/+1
* SERVER-40449 Add count field to commitTransaction for unprepared txns using l...Jason Chan2019-04-031-0/+5
* SERVER-40297 Make all TransactionCoordinatorDriver methods free functionsKaloian Manassiev2019-04-011-1/+4
* SERVER-39442 Write the new commit command on primary for large prepared trans...Jason Chan2019-03-141-2/+2
* SERVER-39434 Fix typo in txn_cmds.idl -- 'prepare' -> 'prepared'.Matthew Russotto2019-03-141-1/+1
* SERVER-39878 Make router return empty recoveryToken until transaction has don...Esha Maharishi2019-03-131-0/+1
* SERVER-39874 Make shard return readOnly bool in response to successful transa...Esha Maharishi2019-03-071-0/+11
* SERVER-39432 Write commitTransaction oplog entry on primary for large unprepa...Matthew Russotto2019-02-271-1/+8
* SERVER-39439 Add prepareTransaction oplog formatJason Chan2019-02-191-0/+7
* SERVER-37344 Implement recovery token for retrying a commit command on a diff...Randolph Tan2018-12-171-11/+23
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-30/+0
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-241-2/+28
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+25
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-0/+18
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-0/+33