summaryrefslogtreecommitdiff
path: root/src/mongo/s/would_change_owning_shard_exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63880 Make resharding handle applyOps oplog entries with WouldChangeOw...Cheahuychou Mao2022-03-231-0/+1
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-191-1/+2
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-161-1/+4
* SERVER-40655 Test that a retryable write that changes the shard key behaves c...jannaerin2019-04-181-8/+3
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-201-7/+5
* SERVER-39841 Add ability to start and commit transaction in documentShardKeyU...jannaerin2019-03-181-9/+6
* SERVER-39778 Create WouldChangeOwningShard exceptionjannaerin2019-02-271-0/+71