You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/06 23:12:24 UTC

[10/12] couchdb commit: updated refs/heads/1843-feature-bigcouch to 152a21a

Update the _temp_view handler.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b69f33f2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b69f33f2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b69f33f2

Branch: refs/heads/1843-feature-bigcouch
Commit: b69f33f20baf74187d75d347b4b33c2240474147
Parents: 9c9c4ff
Author: Paul J. Davis <pa...@gmail.com>
Authored: Thu Feb 6 16:09:32 2014 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Feb 6 16:09:32 2014 -0600

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/b69f33f2/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index ff7dda4..8a07a1d 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -78,7 +78,7 @@ _all_docs = {couch_mrview_http, handle_all_docs_req}
 _view_cleanup = {couch_httpd_db, handle_view_cleanup_req}
 _compact = {couch_httpd_db, handle_compact_req}
 _design = {couch_httpd_db, handle_design_req}
-_temp_view = {couch_httpd_view, handle_temp_view_req}
+_temp_view = {couch_mrview_http, handle_temp_view_req}
 _changes = {couch_httpd_db, handle_changes_req}
 
 [httpd_design_handlers]