8000 Bug fix/aql modify cleanup (#6380) · arangodb/arangodb@4eb31c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4eb31c3

Browse files
committed
Bug fix/aql modify cleanup (#6380)
1 parent 2312e46 commit 4eb31c3

18 files changed

+618
-829
lines changed

arangod/Aql/ExecutionBlock.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ void ExecutionBlock::returnBlockUnlessNull(AqlItemBlock*& block) {
340340
void ExecutionBlock::inheritRegisters(AqlItemBlock const* src,
341341
AqlItemBlock* dst, size_t srcRow,
342342
size_t dstRow) {
343+
TRI_ASSERT(src != nullptr);
343344
RegisterId const n = src->getNrRegs();
344345
auto planNode = getPlanNode();
345346

0 commit comments

Comments
 (0)
0