The wire protocol OP_QUERY restricted skip and limit values to 32-bit signed values. Now that we're introducing command forms that have more flexible encodings, we should support skips, limits and other counts that are 64-bit signed integer values.
- related to
-
SERVER-9454 Bump int32 to int64 in the wire protocol
- Closed