mirror of https://gitee.com/bigwinds/arangodb
fail
This commit is contained in:
parent
a39d5678d4
commit
a7e69ff80d
|
@ -657,7 +657,7 @@ AstNode* QueryAst::createNodeRange (AstNode const* start,
|
||||||
|
|
||||||
AstNode* QueryAst::createNodeNop () {
|
AstNode* QueryAst::createNodeNop () {
|
||||||
if (_nopNode == nullptr) {
|
if (_nopNode == nullptr) {
|
||||||
_nopNode == createNode(NODE_TYPE_NOP);
|
_nopNode = createNode(NODE_TYPE_NOP);
|
||||||
}
|
}
|
||||||
|
|
||||||
return _nopNode;
|
return _nopNode;
|
||||||
|
|
Loading…
Reference in New Issue