Bug #26681 | Explain button re-adds "EXPLAIN EXTENDED" | ||
---|---|---|---|
Submitted: | 27 Feb 2007 13:57 | Modified: | 27 Apr 2007 7:34 |
Reporter: | Anthony Willard (Basic Quality Contributor) | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
Version: | 1.2.9 rc | OS: | Windows (WinXP, SP2) |
Assigned to: | CPU Architecture: | Any |
[27 Feb 2007 13:57]
Anthony Willard
[27 Feb 2007 15:57]
MySQL Verification Team
Thank you for the bug report.
[27 Apr 2007 7:34]
Michael G. Zinner
This is by design, because the Explain feature simply rewrites the query adding the appropriate SQL. If you do it a 2nd time even though the SQL is already there, you will get an inconsistent SQL statement.