We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c17402 commit 01f2696Copy full SHA for 01f2696
examples/mongocxx/with_transaction.cpp
@@ -62,7 +62,7 @@ int main() {
62
read_preference rp_primary{};
63
rp_primary.mode(read_preference::read_mode::k_primary);
64
65
- // Prereq: Create collections. CRUD operations in transactions must be on existing collections.
+ // Prereq: Create collections.
66
67
auto foo = client["mydb1"]["foo"];
68
auto bar = client["mydb2"]["bar"];
0 commit comments