Bug #86617 Text explanation and statement example mismatch
Submitted: 8 Jun 2017 8:45 Modified: 13 Jun 2017 12:48
Reporter: Peter Laursen (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.7 (at least) OS:Any
Assigned to: CPU Architecture:Any

[8 Jun 2017 8:45] Peter Laursen
Description:
https://dev.mysql.com/doc/refman/5.7/en/comments.html

"
If you add a version number after the ! character, the syntax within the comment is executed only if the MySQL version is greater than or equal to the specified version number. The TEMPORARY keyword in the following comment is executed only by servers from MySQL 5.1.10 or higher:

CREATE TABLE t1(a INT, KEY (a)) /*!50110 KEY_BLOCK_SIZE=1024 */;
"

^^ Note: there is no TEMPORARY keyword in the comment of the SQL-example provided.

How to repeat:
Read docs.

Suggested fix:
Match explanation and SQL-example.
[8 Jun 2017 8:47] Peter Laursen
Fixed typo in synopsis.
[8 Jun 2017 8:59] MySQL Verification Team
Hello Peter,

Thank you for the report.

Thanks,
Umesh
[13 Jun 2017 12:48] Paul DuBois
Posted by developer:
 
Fixed, thanks.