This is an automated email from the ASF dual-hosted git repository.
garren pushed a change to branch fdb-mango-indexes
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard e072b88 update tests to work with mango on fdb
discard efec3aa mango query on fdb
discard b5b0139 Add mango indexing
discard 8f8be0a Add couch_views_updater interactive indexer
discard 78e6c07 when query views allow to stream across transactions
discard 9611010 Add creation versionstamp
discard 8564d7b add fabric2 after_doc_write plugin
discard feb5e47 add include_docs option to fold_docs
discard 8063d75 move all_doc view options to fabric2_util
discard 0441622 fix all_docs call to return row
discard 0f80baf remove mango native proc
discard 4690165 Add option not to send meta on fold_docs
add 67bd6c5 Add option not to send meta on fold_docs
add 896b305 remove mango native proc
add b525322 fix all_docs call to return row
add 0aecd91 move all_doc view options to fabric2_util
add ce617f5 add include_docs option to fold_docs
add daa94bf add fabric2 after_doc_write plugin
add af77ba1 Add couch_views_indexer build to creation versionstamp
add 0b086fb when query views allow to stream across transactions
add 359dcb5 Add couch_views_updater interactive indexer
add b861796 Add mango indexing
add 4c9ef59 mango query on fdb
add c3c57ae update tests to work with mango on fdb
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 (e072b88)
\
N -- N -- N refs/heads/fdb-mango-indexes (c3c57ae)
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/couch_views/src/couch_views_indexer.erl | 19 +------------------
src/couch_views/src/couch_views_updater.erl | 2 --
src/fabric/src/fabric2_db.erl | 3 ++-
src/mango/src/mango_cursor.erl | 7 -------
src/mango/src/mango_idx.erl | 9 ++++++++-
5 files changed, 11 insertions(+), 29 deletions(-)