summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.hrl
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2008-12-12 05:23:37 +0000
committerDamien F. Katz <damien@apache.org>2008-12-12 05:23:37 +0000
commit56a3ee28e006aa42150482e1c3f91dc1906273f9 (patch)
tree139a7b75db8c0e4b10d7a581e3f9f54936ea5746 /src/couchdb/couch_db.hrl
parentae3a9d4a0f06ef9eb6fcb0ce44e719bfc5bebbbd (diff)
modifications to view server to keep the file descriptor open for the life of the view group.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@725909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r--src/couchdb/couch_db.hrl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl
index 6a48ab1c..eb7bd9a1 100644
--- a/src/couchdb/couch_db.hrl
+++ b/src/couchdb/couch_db.hrl
@@ -35,7 +35,7 @@
end).
-define(LOG_ERROR(Format, Args),
- error_logger:info_report(couch_error, {Format, Args})).
+ error_logger:error_report(couch_error, {Format, Args})).
-record(doc_info,
{
@@ -162,7 +162,8 @@
id_btree=nil,
current_seq=0,
purge_seq=0,
- query_server=nil
+ query_server=nil,
+ commit_fun
}).
-record(view,