mirror of https://gitee.com/bigwinds/arangodb
fixed keepNull in cluster
This commit is contained in:
parent
12b8e1c239
commit
07e2fce6b8
|
@ -2685,7 +2685,7 @@ static v8::Handle<v8::Value> UpdateVocbaseCol (bool useCollection,
|
||||||
policy,
|
policy,
|
||||||
options.waitForSync,
|
options.waitForSync,
|
||||||
true, // isPatch
|
true, // isPatch
|
||||||
! options.keepNull,
|
options.keepNull,
|
||||||
argv));
|
argv));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue