summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_bulk_write_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-2/+1
* SERVER-72187 Support Tenant ID on bulkWriteseanzimm2023-05-021-1/+2
* SERVER-73281 Support update and delete ops in bulkWrite command on mongosKaitlin Mahar2023-05-021-3/+0
* SERVER-74390 Add numErrors to bulkWrite responseKaitlin Mahar2023-04-201-4/+8
* SERVER-72794: Implement cursor response for bulkWrite on mongosLingzhi Deng2023-04-171-5/+82
* SERVER-72764: Only allow one retryabe findAndModify on bulkWriteseanzimm2023-04-171-1/+1
* SERVER-75928: Move common bulkWrite helpers between mongod and mongos into on...Lingzhi Deng2023-04-121-4/+15
* SERVER-75175: Return correct opType for BatchedCommandRequest for bulkWriteseanzimm2023-03-231-0/+4
* SERVER-72982: Handle targeting errors for bulkWrite on mongosLingzhi Deng2023-03-011-1/+4
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-311-3/+2
* SERVER-73013: Fix cluster_bulk_write_cmd replyseanzimm2023-01-191-1/+5
* SERVER-72047: Make BulkWrite command perform inserts on mongodseanzimm2023-01-121-0/+110