You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2014/08/28 19:27:25 UTC

[03/22] couch-mrview commit: updated refs/heads/1963-eunit-bigcouch to cc9c436

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/1963-eunit-bigcouch
Commit: d6b5884a1b3da1af3cdc75f585cb0bf1b48c7294
Parents: a6dfc8c
Author: Paul J. Davis <pa...@gmail.com>
Authored: Sun Aug 17 13:40:20 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
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 ->