Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36CC111B84 for ; Thu, 28 Aug 2014 12:12:51 +0000 (UTC) Received: (qmail 13245 invoked by uid 500); 28 Aug 2014 12:12:51 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 13198 invoked by uid 500); 28 Aug 2014 12:12:51 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 13188 invoked by uid 99); 28 Aug 2014 12:12:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 12:12:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BCC4DA02C4B; Thu, 28 Aug 2014 12:12:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Thu, 28 Aug 2014 12:12:52 -0000 Message-Id: <8e43d2f51fac49bdb5e8c0600a1ecf1a@git.apache.org> In-Reply-To: <93ecc4eade71415293123ac9350f8069@git.apache.org> References: <93ecc4eade71415293123ac9350f8069@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/9] couch-mrview commit: updated refs/heads/master to 4cc8114 Expose access to the file descriptor for monitoring. Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/d6b5884a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/d6b5884a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/d6b5884a Branch: refs/heads/master Commit: d6b5884a1b3da1af3cdc75f585cb0bf1b48c7294 Parents: a6dfc8c Author: Paul J. Davis Authored: Sun Aug 17 13:40:20 2014 -0500 Committer: Paul J. Davis Committed: Sun Aug 17 13:40:20 2014 -0500 ---------------------------------------------------------------------- src/couch_mrview_index.erl | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/d6b5884a/src/couch_mrview_index.erl ---------------------------------------------------------------------- diff --git a/src/couch_mrview_index.erl b/src/couch_mrview_index.erl index 5cebcf1..108d74a 100644 --- a/src/couch_mrview_index.erl +++ b/src/couch_mrview_index.erl @@ -40,6 +40,8 @@ get(Property, State) -> LocalSeq = couch_util:get_value(<<"local_seq">>, Opts, false), if IncDesign -> [include_design]; true -> [] end ++ if LocalSeq -> [local_seq]; true -> [] end; + fd -> + State#mrst.fd; language -> State#mrst.language; views ->