8000 fixed issue #16279 by jsteemann · Pull Request #16285 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

fixed issue #16279 #16285

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 2 commits into from
May 17, 2022
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
Update CHANGELOG
  • Loading branch information
KVS85 authored May 17, 2022
commit 6052f64b73508c1de5bd2653bb664505444b7ab9
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
v3.7.18 (XXXX-XX-XX)
--------------------

* Fixed Github issue #16279: assertion failure/crash in AQL query optimizer
when permuting adjacent FOR loops that depended on each other.
* Fixed Github issue #16279: assertion failure/crash in AQL query optimizer when
permuting adjacent FOR loops that depended on each other.

* No good reason to fatal error in agency state, when local database entries
lack local timestamp (legacy). In that situation, we will record epoch begin
Expand Down
0