You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2020/08/28 17:00:10 UTC

[couchdb] 01/01: Merge pull request #3105 from apache/fix-partition-query-limit

This is an automated email from the ASF dual-hosted git repository.

tonysun83 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit ac695208aa6fb2ee6ac6c7d55aa6abd82c16785e
Merge: bdfb129 3004513
Author: Tony Sun <to...@gmail.com>
AuthorDate: Fri Aug 28 09:58:49 2020 -0700

    Merge pull request #3105 from apache/fix-partition-query-limit
    
    bypass partition query limit for mango

 dev/run                                    |  5 ++-
 src/couch_mrview/src/couch_mrview_util.erl |  9 +++--
 src/mango/src/mango_cursor_view.erl        |  6 +++-
 test/elixir/test/partition_mango_test.exs  | 53 ++++++++++++++++++++++++++++++
 4 files changed, 68 insertions(+), 5 deletions(-)