Bug #113842 COMPACT Row Format Section seems have clerical error
Submitted: 1 Feb 2:12 Modified: 1 Feb 23:38
Reporter: 皓嘉 郑 Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[1 Feb 2:12] 皓嘉 郑
Description:
URL  https://dev.mysql.com/doc/refman/8.0/en/innodb-row-format.html

If the byte length of a CHAR(N) column value exceeds N bytes, trailing spaces are trimmed to a minimum of the column value byte length. The maximum length of a CHAR(N) column is the maximum character byte length × N.

The "minimun" word in this statement seems a typo.
Should be maximum.

How to repeat:
see description

Suggested fix:
Maybe like:

If the byte length of a CHAR(N) column value exceeds N bytes, trailing spaces are trimmed to a maximum of the column value byte length. The maximum length of a CHAR(N) column is the maximum character byte length × N.
[1 Feb 7:26] MySQL Verification Team
Hello!

Thank you for the report and feedback.

regards,
Umesh
[1 Feb 23:38] Philip Olson
Posted by developer:
 
Thanks for the report 皓嘉 郑 this is fixed in the documentation source.