summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/bulk_write_exec_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72989 Attach stmtIds to bulkWrite request sent by mongoskauboy262023-05-171-3/+209
* SERVER-72792 implement basic progress tracking for individual operations in b...kauboy262023-05-171-48/+52
* SERVER-74096 Add mongos subbatching tests for multi-target ops in bulkWrite c...Kaitlin Mahar2023-05-051-6/+262
* SERVER-73281 Support update and delete ops in bulkWrite command on mongosKaitlin Mahar2023-05-021-85/+193
* SERVER-73231 Support top-level 'let' variable in bulkWriteFrederic Vitzikam2023-05-021-0/+19
* SERVER-72789 Validate the database/shard versions for bulkWrite sent from mongoskauboy262023-04-031-6/+6
* SERVER-72788 Construct sub-batching bulkWrite command to send to shards.kauboy262023-03-171-0/+73
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-11/+23
* SERVER-72982: Handle targeting errors for bulkWrite on mongosLingzhi Deng2023-03-011-3/+151
* SERVER-74095: Support multiple namespaces in bulkWrite sub-batching logicLingzhi Deng2023-02-271-37/+93
* SERVER-72787: Implement sub-batching logic for bulkWriteLingzhi Deng2023-02-101-0/+328