1
0
Fork 0

Merge branch 'devel' of github.com:arangodb/arangodb into devel

This commit is contained in:
Michael Hackstein 2015-10-27 16:36:33 +01:00
commit 021eb6ae4b
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ std::pair<bool, bool> Condition::findIndexForAndNode (size_t position,
}
}
// std::cout << "INDEX: " << idx << ", FILTER COST: " << filterCost << ", SORT COST: " << sortCost << "\n";
// std::cout << "INDEX: " << idx << ", SUPPORTS FILTER: " << supportsFilter << ", SUPPORTS SORT: " << supportsSort << ", FILTER COST: " << filterCost << ", SORT COST: " << sortCost << "\n";
if (! supportsFilter && ! supportsSort) {
continue;