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
Merge branch '3.5' into bug-fix-3.5/fix-issue-10440
  • Loading branch information
KVS85 authored Nov 20, 2019
commit 36d369ec3389778990a0c71d18daab75ef790ba1
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ v3.5.3 (XXXX-XX-XX)
* Fixed issue #10440: Incorrect sorting with sort criteria partially covered
by index.

* Make the timeouts for replication requests (for active failover and master-slave
replication configurable via startup options:

--replication.connect-timeout
--replication.request-timeout

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

* Fixed UPSERT matching.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0