Bug #115266 The description of tablespace auto extend is inaccurate
Submitted: 10 Jun 11:52 Modified: 10 Jun 11:59
Reporter: karry zhang (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[10 Jun 11:52] karry zhang
Description:
We see the following description in the document https://dev.mysql.com/doc/refman/8.4/en/innodb-tablespace-autoextend-size.html.
If the tablespace is less than an extent in size, it is extended one page at a time.
I think this description is inaccurate. We can see in function fsp_reserve_free_extents that when the tablespace size is less than an extent in size, it is extended two pages at a time.

How to repeat:
This is a documentation issue.

Suggested fix:
I think this description is more reasonable.

If the tablespace size is less than an extent in size, it is extended two pages at a time.
[10 Jun 11:59] MySQL Verification Team
Hi Mr. zhang,

Thank you for your bug report.

We agree with your analysis.

This is now a verified Documentation bug for the versions 8.0 and higher.

Thanks again.