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
commit 559cd0be09ede2ea67d7a506ddbda413b85f3a45 Author: Paul J. Davis <[email protected]> AuthorDate: Fri May 12 22:26:56 2017 -0500 TMP - Not sure when this should have disappeared --- src/couch/src/couch_db_updater.erl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/couch/src/couch_db_updater.erl b/src/couch/src/couch_db_updater.erl index f301ac1..dd5b4e7 100644 --- a/src/couch/src/couch_db_updater.erl +++ b/src/couch/src/couch_db_updater.erl @@ -687,15 +687,6 @@ commit_data(Db, _) -> }. -maybe_track_db(#db{options = Options}) -> - case lists:member(sys_db, Options) of - true -> - ok; - false -> - couch_stats_process_tracker:track([couchdb, open_databases]) - end. - - finish_engine_swap(_OldDb, _NewEngine, _CompactFilePath) -> erlang:error(explode). -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
