Skip to content

CXX-3449 add read_concern to index options classes#1620

Open
EdanStasiuk wants to merge 4 commits intomongodb:masterfrom
EdanStasiuk:cxx-3449-add-read_concern-to-index-options-classes
Open

CXX-3449 add read_concern to index options classes#1620
EdanStasiuk wants to merge 4 commits intomongodb:masterfrom
EdanStasiuk:cxx-3449-add-read_concern-to-index-options-classes

Conversation

@EdanStasiuk
Copy link
Copy Markdown
Contributor

Related Ticket: CXX-3449

Summary

This PR addresses CXX-3449, a subtask of CXX-1748, which tracks read_concern support for individual operations. It introduces support for setting read_concern on the following:

  • v1::indexes
  • v_noabi::options::index_view

Previously, unlike write_concern, read_concern could not be set per operation. This change aligns the API with the existing behaviour for write concerns.

Tests

Added unit tests for read_concern in:

  • v1/indexes.cpp
  • v_noabi/options/index_view.cpp

@EdanStasiuk EdanStasiuk requested a review from a team as a code owner April 27, 2026 08:49
@EdanStasiuk EdanStasiuk requested a review from connorsmacd April 27, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant