This is an automated email from the ASF dual-hosted git repository.
jiahuili430 pushed a change to branch fix-changes-stats
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 55f797231 Remove deleted revs from `_conflicts` field
discard 5152ffae2 Avoid read docs twice when filtered _changes is triggered
discard 3afc0204b Verify the number of calls to `open_doc/3` when requesting
`_changes`
add 4f3dc9526 mango: communicate rows read for global stats collection
add 19d44b558 Verify the number of calls to `open_doc/3` when requesting
`_changes`
add 7aedf381d Avoid read docs twice when filtered _changes is triggered
add 22c7277b8 Remove deleted revs from `_conflicts` field
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (55f797231)
\
N -- N -- N refs/heads/fix-changes-stats (22c7277b8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/mango/src/mango_cursor_text.erl | 223 +++++++++++++++++-------------
src/mango/src/mango_cursor_view.erl | 84 ++++++++---
src/mango/src/mango_execution_stats.erl | 6 +-
src/mango/test/15-execution-stats-test.py | 2 +-
4 files changed, 198 insertions(+), 117 deletions(-)