willholley opened a new pull request #867: Correct result count in Mango execution stats URL: https://github.com/apache/couchdb/pull/867 ## Overview Mango execution stats previously incremented the result count at a point where the final result might be discarded. Instead, increment the count when we know the result is being included in the response. ## Testing recommendations Test Mango queries with a limit and that the results_returned in the execution stats matches the number of rows in the response. ## Checklist - [ ] Code is written and works correctly; - [ ] Changes are covered by tests; - [ ] Documentation reflects the changes; ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
