8000 fixed issue #10440: Incorrect sorting with sort criteria partially covered by index by jsteemann · Pull Request #10443 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

fixed issue #10440: Incorrect sorting with sort criteria partially covered by index #10443

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 3 commits into from
Nov 20, 2019
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 Nov 20, 2019
commit 331bedca74133de65252e7f6c4bb447e6cb293e0
6 changes: 1 addition & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
v3.5.4 (XXXX-XX-XX)
v3.5.3 (XXXX-XX-XX)
-------------------

* Fixed issue #10440: Incorrect sorting with sort criteria partially covered
by index.


v3.5.3 (XXXX-XX-XX)
-------------------

* Fixed internal issue #4647: dead Coordinators are not removed for agency.

* Fixed UPSERT matching.
Expand Down
0