Bug #92262 Spelling error/typo in reference manuals - performace_schema
Submitted: 31 Aug 2018 18:40 Modified: 4 Sep 2018 10:52
Reporter: Bobby Durrett Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.5, 5.6, 5.7, 8.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: documentation

[31 Aug 2018 18:40] Bobby Durrett
Description:
Minor documentation bug on the 5.7 reference manual.

In the section 4.5.4 mysqldump — A Database Backup Program
in the Filtering Options section for the option --databases in the second paragraph it says "This option may be used to dump the INFORMATION_SCHEMA and performace_schema databases..."

It should say performance_schema and not performace_schema.

I checked the 8.0 manual and it has the same misspelling.

I did a search for performace_schema and found two places on the 8.0 manual. The other one was in the 4.5.3 mysqlcheck — A Table Maintenance Program section. Same for the 5.7 manual. So, the misspelled schema name is in two places in both manuals.Looks like it was in the 5.5 and 5.6 reference manuals also.

Bobby

How to repeat:
Search for performace_schema in reference manuals.

Suggested fix:
Change to performance_schema
[1 Sep 2018 4:39] MySQL Verification Team
Hello Bobby Durrett,

Thank you for the report and feedback!

regards,
Umesh
[4 Sep 2018 10:52] Stefan Hinz
Posted by developer:
 
Typo fixed; 13 instances of it. Thanks much for reporting!