mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into aql2
This commit is contained in:
commit
dd48ba5d6d
|
@ -88,7 +88,8 @@ int triagens::aql::removeRedundantSorts (Optimizer* opt,
|
|||
else if (current->getType() == triagens::aql::ExecutionNode::CALCULATION ||
|
||||
current->getType() == triagens::aql::ExecutionNode::FILTER ||
|
||||
current->getType() == triagens::aql::ExecutionNode::ENUMERATE_COLLECTION ||
|
||||
current->getType() == triagens::aql::ExecutionNode::ENUMERATE_LIST) {
|
||||
current->getType() == triagens::aql::ExecutionNode::ENUMERATE_LIST ||
|
||||
current->getType() == triagens::aql::ExecutionNode::LIMIT) {
|
||||
// ok
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue