-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
ALL
-
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
(apparently implemented as part of SERVER-53061 or SERVER-53060)?
find takes negative limit which means close the cursor after returning X documents. FindOne always used limit -1. However, this change to IDL added "no negative limit" to find command which is probably wrong.