mirror of https://gitee.com/bigwinds/arangodb
fix typo
This commit is contained in:
parent
513404e9e8
commit
8f04b616b5
|
@ -236,7 +236,7 @@ bool TraversalConditionFinder::before (ExecutionNode* en) {
|
|||
case EN::DISTRIBUTE:
|
||||
case EN::GATHER:
|
||||
case EN::REMOTE:
|
||||
case EN::SUBQUERY
|
||||
case EN::SUBQUERY:
|
||||
case EN::INDEX:
|
||||
case EN::INSERT:
|
||||
case EN::REMOVE:
|
||||
|
|
Loading…
Reference in New Issue