summaryrefslogtreecommitdiff
path: root/apps/couch/include
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2011-03-31 14:02:52 -0400
committerAdam Kocoloski <adam@cloudant.com>2011-03-31 14:03:33 -0400
commit130a9d0f88e1650b661116e9114012ede317967d (patch)
treea1c904dd664b8048d48f755babd24fc4f1808ded /apps/couch/include
parent77d198ac790f7c0fc510c853c282b9aee42eede1 (diff)
Add a catchall 'extra' field to #view_query_args
Thanks henrik14091, mc_ for the report
Diffstat (limited to 'apps/couch/include')
-rw-r--r--apps/couch/include/couch_db.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/couch/include/couch_db.hrl b/apps/couch/include/couch_db.hrl
index 08c89032..b2f02cee 100644
--- a/apps/couch/include/couch_db.hrl
+++ b/apps/couch/include/couch_db.hrl
@@ -198,7 +198,8 @@
callback = nil,
list = nil,
keys = nil,
- sorted = true
+ sorted = true,
+ extra = []
}).
-record(view_fold_helper_funs, {