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

[Bug] intersect query failed #12711

Closed
3 tasks done
luozenglin opened this issue Sep 18, 2022 · 0 comments · Fixed by #12712
Closed
3 tasks done

[Bug] intersect query failed #12711

luozenglin opened this issue Sep 18, 2022 · 0 comments · Fixed by #12712

Comments

@luozenglin
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Version

master

What's Wrong?

mysql> set enable_vectorized_engine=false;
Query OK, 0 rows affected (0.04 sec)

mysql> SELECT * FROM (SELECT k2 FROM test_query_qa.test INTERSECT SELECT k2 FROM test_query_qa.baseall) a ORDER BY k2;
ERROR 1105 (HY000): errCode = 2, detailMessage = failed to get tuple idx with tuple id: 0

What You Expected?

success

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

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 a pull request may close this issue.

1 participant