Skip to content

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

Merged
systay merged 1 commit intovitessio:release-9.0from
planetscale:fix-7254-in-9
Jan 8, 2021
Merged

[9.0] don't try to compare varchars in vtgate#7271
systay merged 1 commit intovitessio:release-9.0from
planetscale:fix-7254-in-9

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.

2 participants