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,
|
||||
options.waitForSync,
|
||||
true, // isPatch
|
||||
! options.keepNull,
|
||||
options.keepNull,
|
||||
argv));
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue