mirror of https://gitee.com/bigwinds/arangodb
initialize variable
This commit is contained in:
parent
7bf23bf238
commit
ef7e6ec85c
|
@ -49,7 +49,8 @@ inline std::string toString(Replace&){ return "Replace"; };
|
|||
|
||||
struct ModificationBase {
|
||||
ModificationBase()
|
||||
: _operationResultIterator(VPackSlice::emptyArraySlice()) {}
|
||||
: _operationResultIterator(VPackSlice::emptyArraySlice()),
|
||||
_last_not_skip(std::numeric_limits<decltype(_last_not_skip)>::max()) {}
|
||||
|
||||
std::size_t _defaultBlockSize = ExecutionBlock::DefaultBatchSize();
|
||||
velocypack::Builder _tmpBuilder; // default
|
||||
|
|
Loading…
Reference in New Issue