summaryrefslogtreecommitdiff
path: root/jstests/sharding/session_info_in_oplog.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66118 Remove `storageEngineSupportsRetryableWrites`Gregory Noma2022-05-031-7/+0
* SERVER-56953: Allow testing for new-style retryable findAndModify for basic o...Daniel Gottlieb2021-05-191-2/+9
* Revert "SERVER-56953: Allow testing for new-style retryable findAndModify for...Daniel Gottlieb2021-05-181-9/+2
* SERVER-56953: Allow testing for new-style retryable findAndModify for basic o...Daniel Gottlieb2021-05-181-2/+9
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-091-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-338/+317
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-5/+29
* SERVER-31941 Don't run retryable writes tests with ephemeralForTest storage e...Jack Mulrow2017-11-211-1/+3
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-171-0/+5
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-041-33/+65
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-14/+185
* SERVER-30326 Write basic tests for insert, update and deleteRandolph Tan2017-07-281-1/+1
* SERVER-30282 Update transaction progress to sessions tableRandolph Tan2017-07-281-46/+38
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-10/+28
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-0/+68
* SERVER-28912 Include session id, txnNumber and stmtId to oplog for insertRandolph Tan2017-07-211-0/+54