mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'aql2' of https://github.com/triAGENS/ArangoDB into aql2
This commit is contained in:
commit
6c3544cffb
|
@ -903,7 +903,7 @@ namespace triagens {
|
|||
|
||||
virtual ExecutionNode* clone () const {
|
||||
std::vector<std::vector<RangeInfo*>> ranges;
|
||||
for (auto i = 0; i < _ranges.size(); i++){
|
||||
for (size_t i = 0; i < _ranges.size(); i++){
|
||||
for (auto x: _ranges.at(i)){
|
||||
ranges.at(i).push_back(x);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue