Provide MySQL's rewrite of a query on the show_query page
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 306
- PR merge metrics
- No merged PRs in 30d
Description
When viewing a query and its explain plan, it'd be beneficial to see how MySQL would rewrite the same query. This could probably be tied into the explain plan plugin such that after the explain plan is generated, we issue a "SHOW WARNINGS\G" to get mysql's rewritten version of the query back.
Contributor guide
Assessment
This issue has not been assessed yet.