projects
/
platform
/
upstream
/
ejdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47517b
)
#91
author
adam
<adamansky@gmail.com>
Wed, 14 Aug 2013 08:06:37 +0000
(15:06 +0700)
committer
adam
<adamansky@gmail.com>
Wed, 14 Aug 2013 08:06:37 +0000
(15:06 +0700)
tcejdb/ejdb.c
patch
|
blob
|
history
diff --git
a/tcejdb/ejdb.c
b/tcejdb/ejdb.c
index
6fc8aae
..
97f3a2d
100644
(file)
--- a/
tcejdb/ejdb.c
+++ b/
tcejdb/ejdb.c
@@
-2565,6
+2565,7
@@
static bool _pushprocessedbson(EJDB *jb, EJQ *q, TCLIST *res, TCMAP *dfields, TC
const char *dpos = strchr(dfpath, '$');
assert(dpos);
ctx.iafpathidx = (dpos - dfpath) - 1;
+ qf->mflags = (qf->flags & ~EJFEXCLUDED);
if (!_qrybsrecurrmatch(qf, &ctx, 0)) {
assert(false); //something wrong, it should never be happen
} else if (ctx.iamachidx >= 0) {