Make checkStatementExecuted() do full history check. That is, regardless of whether a stmtId is being executed as a retryable write or in retryable internal transaction, check if the stmtId was executed either as a regular retryable write or in a previous retryable internal transaction. (moved to SERVER-62020)
- Make TransactionParticipant include retriedStmtIds in the response when there are retried write statements.
- Verify that the original write response is correctly recovered even when the write statements are batched differently on retries.
|