8000 Bug fix/aql modify cleanup by jsteemann · Pull Request #6380 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Bug fix/aql modify cleanup #6380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 11, 2018
Prev Previous commit
Next Next commit
clean up modification blocks
  • Loading branch information
jsteemann committed Sep 9, 2018
commit f5bd64f8710792e1dc8da6cf934fe1a0686917c1
1 change: 1 addition & 0 deletions arangod/Aql/ExecutionBlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ void ExecutionBlock::returnBlockUnlessNull(AqlItemBlock*& block) {
void ExecutionBlock::inheritRegisters(AqlItemBlock const* src,
AqlItemBlock* dst, size_t srcRow,
size_t dstRow) {
TRI_ASSERT(src != nullptr);
RegisterId const n = src->getNrRegs();
auto planNode = getPlanNode();

Expand Down
Loading
0