8000 [3.7] Fix crash in optimizer rule remove-collect-variables by goedderz · Pull Request #14826 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

[3.7] Fix crash in optimizer rule remove-collect-variables #14826

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 4 commits into from
Sep 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG
  • Loading branch information
KVS85 authored Sep 29, 2021
commit cb9eed6c612334dfa47b21b877b1bf4c01aa99da
10 changes: 7 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
v3.7.15 (XXXX-XX-XX)
v3.7.16 (XXXX-XX-XX)
--------------------

* Fix issue #14807: Fix crash during optimization of certain AQL queries during
the remove-collect-variables optimizer rule, when a COLLECT node without output
variables (this includes RETURN DISTINCT) occured in the plan.
the remove-collect-variables optimizer rule, when a COLLECT node without
output variables (this includes RETURN DISTINCT) occured in the plan.


v3.7.15 (XXXX-XX-XX)
--------------------

* Fixed a bug for array indexes on update of documents (BTS-548).

Expand Down
0