-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
subquery execution should be displayed in explain and explain analyze #22076
Comments
/assign |
I think it's not a bug here. In MySQL8.0
Both |
Agree, how about identifying this issue as an enhancement instead of a bug? @SunRunAway |
It's same as MySQL Bug #67632 |
This is a known issue and it is not easy to resolve. |
/assign |
Hi all, here is my implementation plan for this issue:
The problem of this implementation is that the result of Some examples: Only one subquery:
Two subqueries:
Subquery with multiple columns:
Any suggestion? cc @SunRunAway @qw4990 @winoros |
@francis0407 I've pushed a new pull #45252 . |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: