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

[9.0] don't try to compare varchars in vtgate #7271

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

systay
Copy link
Collaborator

@systay systay commented Jan 8, 2021

we can't group together multiple varchar values into a IN query,
because that forces use to compare varchar values on the vtgate
level which we can't do correctly yet

This is a backport of #7268 that solves #7254

we can't group together multiple varchar values into a IN query,
because that forces use to compare varchar values on the vtgate
level which we can't do correctly yet

Signed-off-by: Andres Taylor <andres@planetscale.com>
@systay systay changed the title don't try to compare varchars in vtgate [9.0] don't try to compare varchars in vtgate Jan 8, 2021
@systay systay merged commit d86632c into vitessio:release-9.0 Jan 8, 2021
@systay systay deleted the fix-7254-in-9 branch January 8, 2021 14:03
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

2 participants