I466uiIaQ8yzk0LUKPWAf changeset

Changeset353735633733 (b)
ParentNone (a)
ab
0+diff --git a/src/couchdb/couch_db_updater.erl b/src/couchdb/couch_db_updater.erl
0+index e15a944..905174a 100644
0+--- a/src/couchdb/couch_db_updater.erl
0++++ b/src/couchdb/couch_db_updater.erl
0+@@ -674,6 +674,7 @@ update_docs_int(Db, DocsList, NonRepDocs, MergeConflicts, FullCommit) ->
0+         update_seq = LastSeq,
0+         revs_limit = RevsLimit
0+         } = Db,
0++    io:format("Update docs int, DocsList: ~p~n", [length(hd(DocsList))]),
0+     Ids = [Id || [{_Client, #doc{id=Id}}|_] <- DocsList],
0+     % lookup up the old documents, if they exist.
0+     OldDocLookups = couch_btree:lookup(DocInfoByIdBTree, Ids),
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Revision None
+++ Revision 353735633733
@@ -0,0 +1,12 @@
+diff --git a/src/couchdb/couch_db_updater.erl b/src/couchdb/couch_db_updater.erl
+index e15a944..905174a 100644
+--- a/src/couchdb/couch_db_updater.erl
++++ b/src/couchdb/couch_db_updater.erl
+@@ -674,6 +674,7 @@ update_docs_int(Db, DocsList, NonRepDocs, MergeConflicts, FullCommit) ->
+ update_seq = LastSeq,
+ revs_limit = RevsLimit
+ } = Db,
++ io:format("Update docs int, DocsList: ~p~n", [length(hd(DocsList))]),
+ Ids = [Id || [{_Client, #doc{id=Id}}|_] <- DocsList],
+ % lookup up the old documents, if they exist.
+ OldDocLookups = couch_btree:lookup(DocInfoByIdBTree, Ids),