Bug #90611 Wrong value for default_collation_for_utf8mb4 in manual
Submitted: 24 Apr 2018 15:18 Modified: 26 Apr 2018 12:56
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0.11 OS:Any
Assigned to: CPU Architecture:Any

[24 Apr 2018 15:18] Daniël van Eeden
Description:
Page: https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_collat...

====================
Valid Values:
  utf8mb4_0900_ai_ci
  utf8_general_ci
====================

But the description mentions utf8mb4_general_ci

How to repeat:
See description

Suggested fix:
s/utf8_general_ci/utf8mb4_general_ci/
[25 Apr 2018 4:47] MySQL Verification Team
Hello Daniël,

Thank you for the report and feedback!

Thanks,
Umesh
[26 Apr 2018 12:56] Paul DuBois
Posted by developer:
 
Fixed. Thanks for spotting this!