[SERVER-17286] Update mongo shell for find and getMore commands Created: 13/Feb/15 Updated: 19/Sep/15 Resolved: 04/Aug/15 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Shell |
| Affects Version/s: | None |
| Fix Version/s: | 3.1.7 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | David Storch | Assignee: | David Storch |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Sprint: | Quint Iteration 7 |
| Participants: |
| Comments |
| Comment by Githook User [ 28/Jul/15 ] |
|
Author: {u'username': u'dstorch', u'name': u'David Storch', u'email': u'david.storch@10gen.com'}Message: Without this change, something like cursor.maxTimeMS(undefined) would not result in an error with --readMode commands enabled. |
| Comment by Githook User [ 27/Jul/15 ] |
|
Author: {u'username': u'dstorch', u'name': u'David Storch', u'email': u'david.storch@10gen.com'}Message: Without this change, something like cursor.maxTimeMS(undefined) would not result in an error with --readMode commands enabled. |
| Comment by David Storch [ 10/Jul/15 ] |
|
Remaining work on this ticket is to detect the shell read mode (find/getMore commands versus C++ client's implementation of OP_QUERY/OP_GET_MORE) based on the wire protocol version. |
| Comment by Githook User [ 10/Jul/15 ] |
|
Author: {u'username': u'dstorch', u'name': u'David Storch', u'email': u'david.storch@10gen.com'}Message: |
| Comment by Githook User [ 23/Mar/15 ] |
|
Author: {u'username': u'dstorch', u'name': u'David Storch', u'email': u'david.storch@10gen.com'}Message: Passing '--readMode commands' to the shell will now cause it to run find using the find command, |