You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/02 17:13:11 UTC

couch commit: updated refs/heads/master to 07d0788

Repository: couchdb-couch
Updated Branches:
  refs/heads/master 7c28c01f5 -> 07d0788b9


Fix stat 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/07d0788b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/07d0788b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/07d0788b

Branch: refs/heads/master
Commit: 07d0788b93b16a46f2f4b6faa989c17da266d759
Parents: 7c28c01
Author: Robert Newson <rn...@apache.org>
Authored: Tue Sep 2 16:13:05 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Sep 2 16:13:05 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/07d0788b/src/couch_db_updater.erl
----------------------------------------------------------------------
diff --git a/src/couch_db_updater.erl b/src/couch_db_updater.erl
index 9af5eed..23bc5cc 100644
--- a/src/couch_db_updater.erl
+++ b/src/couch_db_updater.erl
@@ -868,7 +868,7 @@ update_docs_int(Db, DocsList, NonRepDocs, MergeConflicts, FullCommit) ->
          WriteCount - length(RemoveSeqs)),
     couch_stats:increment_counter([couchdb, document_writes], WriteCount),
     couch_stats:increment_counter(
-        [couchdb, local_doc_writes],
+        [couchdb, local_document_writes],
         length(NonRepDocs)
     ),