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 2017/05/17 15:50:49 UTC

[couchdb] branch COUCHDB-3287-pluggable-storage-engines updated: Mark pluggable storage engines as a feature

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

davisp pushed a commit to branch COUCHDB-3287-pluggable-storage-engines
in repository https://gitbox.apache.org/repos/asf/couchdb.git

The following commit(s) were added to refs/heads/COUCHDB-3287-pluggable-storage-engines by this push:
       new  7162a24   Mark pluggable storage engines as a feature
7162a24 is described below

commit 7162a24ba6b6341a9c015a5fc6b6f4d4306ba432
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed May 17 10:50:08 2017 -0500

    Mark pluggable storage engines as a feature
---
 src/couch/src/couch_server.erl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/couch/src/couch_server.erl b/src/couch/src/couch_server.erl
index 29edaa7..42f3442 100644
--- a/src/couch/src/couch_server.erl
+++ b/src/couch/src/couch_server.erl
@@ -199,6 +199,9 @@ hash_admin_passwords(Persist) ->
         end, couch_passwords:get_unhashed_admins()).
 
 init([]) ->
+    % Mark pluggable storage engines as a supported feature
+    config:enable_feature('pluggable-storage-engines'),
+
     % read config and register for configuration changes
 
     % just stop if one of the config settings change. couch_server_sup

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].