summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/bulk_write_exec.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72989 Attach stmtIds to bulkWrite request sent by mongoskauboy262023-05-171-6/+14
* SERVER-72792 implement basic progress tracking for individual operations in b...kauboy262023-05-171-16/+110
* SERVER-73281 Support update and delete ops in bulkWrite command on mongosKaitlin Mahar2023-05-021-1/+0
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-2/+2
* SERVER-72984 send bulk write commands from mongos to mongodkauboy262023-04-191-6/+60
* SERVER-72789 Validate the database/shard versions for bulkWrite sent from mongoskauboy262023-04-031-2/+2
* SERVER-72788 Construct sub-batching bulkWrite command to send to shards.kauboy262023-03-171-0/+52
* SERVER-74155 Make working with array<variant<BulkWriteInsertOp, BulkWriteUpda...Frederic Vitzikam2023-03-021-10/+2
* SERVER-72982: Handle targeting errors for bulkWrite on mongosLingzhi Deng2023-03-011-13/+128
* SERVER-74095: Support multiple namespaces in bulkWrite sub-batching logicLingzhi Deng2023-02-271-31/+6
* SERVER-72092 Add update/delete op type to bulkWrite commandFrederic Vitzikam2023-02-221-3/+9
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-20/+20
* SERVER-72787: Implement sub-batching logic for bulkWriteLingzhi Deng2023-02-101-4/+75
* SERVER-71900 Support Errors in bulkWrite cursor responseseanzimm2023-02-091-1/+1
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-311-0/+107