summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/document_shard_key_update_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43428 Do not set stmtId when constructing ShardKeyCmdObjJason Chan2019-10-011-14/+5
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-6/+7
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-161-5/+17
* SERVER-39843 Allow findAndModify to change the shard key value when sent as r...jannaerin2019-04-221-2/+2
* SERVER-40655 Test that a retryable write that changes the shard key behaves c...jannaerin2019-04-181-2/+1
* SERVER-39845 Create targeted concurrency test that updates the shard key and ...jannaerin2019-04-161-0/+9
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-091-19/+16
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-201-39/+34
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-201-6/+5
* SERVER-39841 Add ability to start and commit transaction in documentShardKeyU...jannaerin2019-03-181-5/+27
* SERVER-39835 Create interface to update document shard key within already run...jannaerin2019-03-071-0/+147