Bug #62613 Small formatting issue in 5.6.3 release history
Submitted: 4 Oct 2011 7:28 Modified: 4 Oct 2011 13:33
Reporter: Peter Laursen (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6.3 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any
Tags: qc

[4 Oct 2011 7:28] Peter Laursen
Description:
http://dev.mysql.com/doc/refman/5.6/en/news-5-6-3.html

I had problems understanding the passage 

"Following EXPLAIN EXTENDED, a change has been made to the transformed query displayed by SHOW WARNINGS. Each SELECT part now is preceded by the id value from the associated EXPLAIN output row. This makes it easier to see the correspondence between those rows and parts of the transformed query. Examples: 
EXPLAIN EXTENDED SELECT 36 FROM DUAL

 results in 
/* select#1 */ select 36 from dual
EXPLAIN EXTENDED SELECT a FROM t
WHERE a IN (SELECT b FROM u UNION SELECT c from v)

 results in 
/* select#1 */ select a from t where a in (/* select#2 */
select b from u union /* select#3 */ select c from v);

(Bug #13035597)"

.. because 
" results in 
/* select#1 */ select 36 from dual
EXPLAIN EXTENDED SELECT a FROM t"
.. are marked as one query (blue/grey colored).  

How to repeat:
See above

Suggested fix:
I think there should go whitespace after the line "/* select#1 */ select 36 from dual"
[4 Oct 2011 7:29] Peter Laursen
This image should clarify

Attachment: whitespace.jpg (image/jpeg, text), 40.82 KiB.

[4 Oct 2011 7:31] Peter Laursen
New and better image

Attachment: whitespace.jpg (image/jpeg, text), 58.94 KiB.

[4 Oct 2011 7:42] Valeriy Kravchuk
Thank you for the documentation request.
[4 Oct 2011 13:33] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.