Documentation Request Summary:
No documentation summary in engineering ticket
Engineering Ticket Description:
- Add initialClusterTime, initialOperationTime, and causalConsistency to SessionOptions object.
- Move the injection of the "afterClusterTime" field in the readConcern object from src/mongo/shell/mongo.js to src/mongo/shell/session.js and have it work with both DriverSession and _DummyDriverSession.
- Expose operationTime and clusterTime via getters on the DriverSession and _DummyDriverSession objects.
|