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/02/06 21:59:06 UTC

[07/13] couch commit: updated refs/heads/COUCHDB-3287-pluggable-storage-engines to e4e3a68

couch_db_updater fixed variable name


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

Branch: refs/heads/COUCHDB-3287-pluggable-storage-engines
Commit: 2ae1c502a74235acf3a5ca2ab257778147ed808c
Parents: b37475f
Author: Paul J. Davis <pa...@gmail.com>
Authored: Mon Feb 6 14:44:55 2017 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Mon Feb 6 14:44:55 2017 -0600

----------------------------------------------------------------------
 src/couch_db_updater.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/2ae1c502/src/couch_db_updater.erl
----------------------------------------------------------------------
diff --git a/src/couch_db_updater.erl b/src/couch_db_updater.erl
index 8e2407e..11ac36a 100644
--- a/src/couch_db_updater.erl
+++ b/src/couch_db_updater.erl
@@ -330,7 +330,7 @@ init_db(DbName, FilePath, EngineState, Options) ->
         filepath = FilePath,
         engine = EngineState,
         instance_start_time = StartTime,
-        options = CleanedOptions,
+        options = CleanedOpts,
         before_doc_update = BDU,
         after_doc_read = ADR
     },