mirror of https://gitee.com/bigwinds/arangodb
fixed tyopo in comment
This commit is contained in:
parent
2ec03d57e3
commit
d2b86de370
|
@ -1895,7 +1895,7 @@ int triagens::aql::removeUnnecessaryRemoteScatter (Optimizer* opt,
|
|||
|
||||
for (auto n : nodes) {
|
||||
// check if the remote node is preceeded by a scatter node and any number of
|
||||
// calculation and singleton nodes. if yes, remote remote and scatter
|
||||
// calculation and singleton nodes. if yes, remove remote and scatter
|
||||
|
||||
auto const& deps = n->getDependencies();
|
||||
if (deps.size() != 1) {
|
||||
|
|
Loading…
Reference in New Issue