QueryProcessor: Don't overflow limit

This allows us to use Integer.MAX_VALUE as a sentinel to return as
many results as possible. This actually causes a new bug whereby a
limit of MAX_VALUE will never return true for moreChanges(), but that
should be hard to hit in practice.

Change-Id: I8b2f0e0e7a2740da110505867f51d0f82397351d
1 file changed