diff options
author | Jan Lehnardt <jan@apache.org> | 2010-11-17 10:58:23 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-11-17 10:58:23 +0000 |
commit | 7ca170cc9ac80502c877fcca3c930548b0cc5fe8 (patch) | |
tree | b7dd7c20a4730b3d8c91bf1d7205d7f55d9fe199 /src/couchdb/couch_db.hrl | |
parent | f5fc8fbc57bb99d59b5c0f15d1108e89946cf0e4 (diff) |
Obvious parsing of the stale view parameter part 2.
Thanks to Filipe for pointing this out to me.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1035978 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_db.hrl')
-rw-r--r-- | src/couchdb/couch_db.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl index 74d2c630..ddde702f 100644 --- a/src/couchdb/couch_db.hrl +++ b/src/couchdb/couch_db.hrl @@ -197,7 +197,8 @@ stale = false, multi_get = false, callback = nil, - list = nil + list = nil, + stale = nil }). -record(view_fold_helper_funs, { |