|
Author:
{'email': 'william.schultz@mongodb.com', 'name': 'William Schultz', 'username': 'will62794'}
Message: SERVER-34051 Require autocommit=false on all transaction operations and add support
for 'startTransaction' argument
This patch requires all operations that are part of a multi-statement transaction to
specify an autocommit=false command argument. It also adds the 'startTransaction'
command argument, which when specified as 'true' indicates that a command is
the beginning of a multi-statement transaction.
Branch: master
https://github.com/mongodb/mongo/commit/66c537372c0aa54819adb7f72c9eda6cf8750f8e
|