This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch user-partitioned-dbs-6
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from cb96435 allow partitioned:true in _index post. merge somewhere
new 027c1f1 WIP get_size_info by partition
new 7f30db9 fix local (5986) doc creation
new bededec add partition support to mango text and fix failing tests
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/chttpd/src/chttpd_db.erl | 10 +++++--
src/couch/src/couch_bt_engine.erl | 32 ++++++++++++++++++++++
src/couch/src/couch_doc.erl | 7 -----
src/mango/src/mango_cursor_text.erl | 17 +++++++++++-
src/mango/src/mango_cursor_view.erl | 4 ++-
src/mango/src/mango_idx.erl | 44 ++++++++++++++++++++-----------
src/mango/src/mango_idx_text.erl | 10 ++++---
src/mango/src/mango_idx_view.erl | 12 +--------
src/mango/test/05-index-selection-test.py | 14 +++++-----
src/mango/test/user_docs.py | 3 ++-
10 files changed, 104 insertions(+), 49 deletions(-)