Commit Graph

4 Commits

Author SHA1 Message Date
Tess Avitabile
53c378f137 SERVER-34434 Shell should ignore errors in abortTransaction() helper 2018-04-18 17:05:17 -04:00
William Schultz
66c537372c 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.
2018-04-04 17:14:47 -04:00
William Schultz
566526740c SERVER-34004 Call awaitLastOpCommitted before reading from secondary in test 2018-04-03 21:18:59 -04:00
William Schultz
3bb0b814e3 SERVER-34004 Support commit and abort transaction commands on secondaries 2018-04-03 19:04:30 -04:00