Bug #29956 | Explain should optionally execute the query and return the execution path | ||
---|---|---|---|
Submitted: | 22 Jul 2007 11:48 | Modified: | 22 Jul 2007 15:40 |
Reporter: | Parvesh Garg | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S4 (Feature request) |
Version: | All | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | explain, feature |
[22 Jul 2007 11:48]
Parvesh Garg
[22 Jul 2007 15:40]
Valeriy Kravchuk
Thank you for a feature request. I do not agree with it, though. EXPLAIN should show the plan for (all, including INSERT etc) queries, but NOT excute them. What is needed is the way to capture and then show actual plan used for the query, like sql_trace setting in Oracle does, for example. But this is another story.