Bug #118766 default row_format should be DYNAMIC
Submitted: 1 Aug 9:11 Modified: 18 Aug 14:18
Reporter: Guisen Yang 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
Tags: Docs

[1 Aug 9:11] Guisen Yang
Description:
this page:
https://dev.mysql.com/doc/refman/8.0/en/optimizing-innodb-storage-layout.html
shows:
```txt
When using COMPACT row format (the default InnoDB format) and variable-length character sets, such as utf8mb4 or sjis, CHAR(N) columns occupy a variable amount of space, but still at least N bytes.
```

but in this page:https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_default_row_f...

innodb_default_row_format default value is DYNAMIC

How to repeat:
not need

Suggested fix:
remove ` (the default InnoDB format)` in first page
[1 Aug 9:25] MySQL Verification Team
Hello Guisen Yang,

Thank you for the report and feedback.

regards,
Umesh
[18 Aug 14:18] Edward Gilmore
Posted by developer:
 
Documentation updated as requested.
Thank you for the bug report.