|
Author:
{'name': 'Ezra Chung', 'email': '88335979+eramongodb@users.noreply.github.com', 'username': 'eramongodb'}
Message: CDRIVER-4130 Unconditionally use OP_MSG for server 5.1 and newer (#912)
- Warn and ignore exhaust cursor option given server 5.1 or newer
- Unconditionally use OP_MSG for find command given server 5.1 or newer
- Unconditionally use OP_MSG for getMore command given server 5.1 or newer
- Avoid unnecessary exhaust cursor in /counters/op_msg test
- Document exhaust option behavior for find command
- Add /Client/exhaust_cursor/fallback test for server 5.1 and newer
Branch: master
https://github.com/mongodb/mongo-c-driver/commit/5d4758986240e0cddae84bb35a2359f2b5abc30b
|