Anemometer icon indicating copy to clipboard operation
Anemometer copied to clipboard

Provide MySQL's rewrite of a query on the show_query page

Open geoffreyanderson opened this issue 11 years ago • 0 comments

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.

geoffreyanderson avatar Apr 04 '13 19:04 geoffreyanderson