Bug #85493 Parameter innodb_stats_include_delete_marked
Submitted: 17 Mar 2017 3:24 Modified: 17 Mar 2017 6:41
Reporter: kfpanda kf Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.7.17 OS:Any
Assigned to: CPU Architecture:Any

[17 Mar 2017 3:24] kfpanda kf
Description:
Parameter innodb_stats_include_delete_marked is introduced at version 5.6.35.
But MySQL 5.7.17 documentation say that it is introduced at version 5.7.17.

How to repeat:

Please look at the following link:

https://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_stats_include...

https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_stats_include...

Suggested fix:
Fix mysql 5.7.17 documentation.
[17 Mar 2017 6:41] MySQL Verification Team
Hello kfpanda kf,

Thank you for the report.
Documentation reference is correct because new configuration option, innodb_stats_include_delete_marked was introduced in 5.6, 5.7, and 8.0 after Bug#23333990

This can be confirmed in the respective change log details:
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-17.html
https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-35.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html

And https://dev.mysql.com/doc/mysqld-version-reference/en/mysqld-version-reference-optvar.html

Thanks,
Umesh