Implement the most basic multi-doc collection creation. The following should work in a txn for a single node replica set:
- create a collection
- insert a document in that collection
- find and return the document
- commit/abort the transaction
This feature should be gated on FCV 4.4.
- depends on
-
SERVER-44138 Stash UncommittedCollections resources with other transaction state
- Closed
- is related to
-
SERVER-46009 CommandHelpers::canUseTransactions() doesn't guard against uninitialized FCV
- Closed
-
SERVER-44852 Have secondary oplog application handle transactions with commands
- Closed
-
SERVER-45208 Allow $out inside multi-document transactions for cases where target does not exist
- Needs Scheduling
- related to
-
SERVER-45368 Allow collection and index creation inside sharded_jscore_txns and sharded_causally_consistent_jscore_txns_passthrough suites
- Closed
-
SERVER-45371 Remove opCtx as argument to KVEngine::dropIdent
- Closed
-
SERVER-57928 create_collection.js should use a dedicated database name and avoid dropping the test database
- Closed