We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opcode MultiEqual not supported for VindexLookup
On sharded tables utilizing lookup vindexes certain queries will fail with:
ERROR 1815 (HY000): opcode MultiEqual not supported for VindexLookup
issues
issues.id
issues.user_id
SELECT issues.* FROM issues WHERE ((id = 1 AND user_id = 1) OR (id = 2 AND user_id = 2) OR (id = 3 AND user_id = 3));
Empty set (0.00 sec)
SELECT issues.* FROM issues WHERE ((id = 1 AND user_id = 1) OR (id = 2 AND user_id = 2) OR (id = 3 AND user_id = 3) OR (id = 4 AND user_id = 4));
v19
N/A
The text was updated successfully, but these errors were encountered:
MultiEqual
arthurschreiber
Successfully merging a pull request may close this issue.
Overview of the Issue
On sharded tables utilizing lookup vindexes certain queries will fail with:
Reproduction Steps
issues
is a sharded tableissues.id
is a lookup vindex column.issues.user_id
is a regular column.Binary Version
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: