Commit 605b0902 authored by Jeremy Mikola's avatar Jeremy Mikola
Browse files

CDRIVER-570: Executing bulk without write concern should inherit from client

When using mongoc_bulk_operation_new() to construct a bulk operation (not through a collection), one would expect the client's write concern to be used at execution time if an explicit write concern is not set on the bulk operation. That functionality is already handled by _mongoc_write_command_execute(), but it requires we not initialize a new write concern on the bulk operation.
parent bea5bc45
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment