diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-06-08 11:39:13 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-06-08 11:39:13 -0400 |
commit | 4e0c97bf3587e9d0e330494f0d06194c0c4bfa17 (patch) | |
tree | f5a4f7e5d21f24f94054770dfbe9ff5214c7aea1 /include/fabric.hrl | |
parent | 42a45f2a77a125f8c0f5be99edd574fbe391f1ee (diff) |
allow for unsorted results in map queries, BugzID 10073
Diffstat (limited to 'include/fabric.hrl')
-rw-r--r-- | include/fabric.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fabric.hrl b/include/fabric.hrl index f4665ca8..7fdb5bed 100644 --- a/include/fabric.hrl +++ b/include/fabric.hrl @@ -26,6 +26,7 @@ os_proc, reducer, lang, + sorted, user_acc }). |