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 8d3aa32 commit c899fc3Copy full SHA for c899fc3
src/libmongoc/tests/test-mongoc-sample-commands.c
@@ -3472,8 +3472,7 @@ with_transaction_example (bson_error_t *error)
3472
3473
client = get_client ();
3474
3475
- /* Prereq: Create collections. CRUD operations in transactions must be on
3476
- * existing collections. */
+ /* Prereq: Create collections. */
3477
wc = mongoc_write_concern_new ();
3478
mongoc_write_concern_set_wmajority (wc, 1000);
3479
insert_opts = bson_new ();
0 commit comments