Bug #103714 Found typo
Submitted: 16 May 2021 18:57 Modified: 17 May 2021 15:01
Reporter: Lucca S Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0 OS:Windows
Assigned to: CPU Architecture:Any

[16 May 2021 18:57] Lucca S
Description:
Small typo on the CREATE TEMPORARY TABLE Statement site:
"You cannot use CREATE TEMPORY TABLE ... LIKE to create an empty table"
should be
"You cannot use CREATE TEMPORARY TABLE ... LIKE to create an empty table".

How to repeat:
GET Request on https://dev.mysql.com/doc/refman/8.0/en/create-temporary-table.html and read the beginning of the last paragraph of the content.

Suggested fix:
See description
[16 May 2021 22:05] MySQL Verification Team
Thank you for the bug report.
[17 May 2021 15:01] Stefan Hinz
Typo fixed. Thanks for reporting!