1
0
Fork 0

Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into aql2

This commit is contained in:
Max Neunhoeffer 2014-09-08 11:01:22 +02:00
commit dd48ba5d6d
1 changed files with 2 additions and 1 deletions

View File

@ -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 {