1
0
Fork 0

Fixed a comment

This commit is contained in:
Michael Hackstein 2015-12-03 16:05:06 +01:00
parent 613c39ea27
commit 11640a15ad
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ int triagens::aql::removeSortRandRule (Optimizer* opt,
case EN::TRAVERSAL:
case EN::INDEX: {
// if we found another SortNode, an AggregateNode, FilterNode, a SubqueryNode,
// an EnumerateListNode or an IndexNode
// an EnumerateListNode, a TraversalNode or an IndexNode
// this means we cannot apply our optimization
collectionNode = nullptr;
current = nullptr;