Permalink
Please sign in to comment.
Browse files
Create the couch_mrview application.
The couch_mrview application is the implementation of the current couchdb map/reduce views. This implementation is 100% compatible with trunk and serves as a reference implementation for other indexers. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1171149 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information...
Showing
with
33 additions
and 25 deletions.
- +1 −0 .gitignore
- +1 −0 configure.ac
- +10 −10 etc/couchdb/default.ini.tpl.in
- +3 −0 license.skip
- +1 −1 share/www/script/test/view_compaction.js
- +1 −0 src/Makefile.am
- +6 −6 src/couchdb/couch_compaction_daemon.erl
- +2 −2 test/etap/072-cleanup.t
- +1 −1 test/etap/080-config-get-set.t
- +7 −5 test/etap/200-view-group-no-db-leaks.t
0 comments on commit
e83352f