Skip to content
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

release-19.1: sql: fix bug with decoding descending collated strings #46579

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

rohany
Copy link
Contributor

@rohany rohany commented Mar 25, 2020

Backport 1/1 commits from #46570.

/cc @cockroachdb/release


Fixes #46394.

Fixes a bug where the decoding logic for collated strings
would assume the collated string was always in encoded
to be sorted in ascending order.

Release justification: fixes a bug
Release note (bug fix): Fixes a bug where operations on an index
that contained a collated string in descending order would fail.

Fixes cockroachdb#46394.

Fixes a bug where the decoding logic for collated strings
would assume the collated string was always in encoded
to be sorted in ascending order.

Release justification: fixes a bug
Release note (bug fix): Fixes a bug where operations on an index
that contained a collated string in descending order would fail.
@rohany rohany requested a review from otan March 25, 2020 18:58
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rohany rohany merged commit d2ca82a into cockroachdb:release-19.1 Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants