This is an automated email from the ASF dual-hosted git repository.
willholley pushed a change to branch mango_metrics
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 7429f59 Merge branch 'master' into mango_metrics
discard f55bd00 Instrument Mango execution stats
discard 2f269b7 Warn on mango index scan
discard 0f91214 Add mango.query_invalid_index counter
discard f2cc3cf Refactor Mango warning generation
add 355803e Explicitly disallow SM60 on aarch64
add 018ec6b fix empty queries (#1783)
add 7f55aa0 Refactor Mango warning generation
add 2aa15d7 Add mango.query_invalid_index counter
add ed8bf4b Warn on mango index scan
add fbf9ca8 Instrument Mango execution stats
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 (7429f59)
\
N -- N -- N refs/heads/mango_metrics (fbf9ca8)
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:
INSTALL.Unix.md | 5 ++-
build-aux/Jenkinsfile.full | 2 +-
configure | 7 +++
src/mango/src/mango_cursor.erl | 19 +++++++-
src/mango/src/mango_cursor_special.erl | 7 +--
src/mango/src/mango_cursor_text.erl | 10 ++++-
src/mango/src/mango_cursor_view.erl | 16 +++++--
src/mango/src/mango_idx_text.erl | 2 +
src/mango/src/mango_selector.erl | 12 ++++++
src/mango/src/mango_selector_text.erl | 29 +++++++++++--
src/mango/src/mango_util.erl | 2 +
src/mango/test/02-basic-find-test.py | 1 +
src/mango/test/21-empty-selector-tests.py | 72 +++++++++++++++++++++++++++++++
src/mango/test/mango.py | 10 +++--
14 files changed, 176 insertions(+), 18 deletions(-)
create mode 100644 src/mango/test/21-empty-selector-tests.py