Bug #93941 "Configuring Thread Concurrency for InnoDB" documentation page missing for 5.6
Submitted: 15 Jan 2019 18:53 Modified: 24 Jan 2019 18:30
Reporter: Geoff Montee Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: CPU Architecture:Any

[15 Jan 2019 18:53] Geoff Montee
Description:
The following page exists for 5.5, 5.7, and 8.0:

https://dev.mysql.com/doc/refman/5.5/en/innodb-performance-thread_concurrency.html

https://dev.mysql.com/doc/refman/5.7/en/innodb-performance-thread_concurrency.html

https://dev.mysql.com/doc/refman/8.0/en/innodb-performance-thread_concurrency.html

But for some reason, it is missing for 5.6.

For some reason, the description of the the innodb_thread_concurrency system variable in the 5.6 docs also link to the 5.5 version of the page.

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

How to repeat:
Try to go to the following URL:

https://dev.mysql.com/doc/refman/5.6/en/innodb-performance-thread_concurrency.html

It will redirect you to the page for 8.0.

Suggested fix:
Add a version of the page for 5.6, and fix the link in the description of the innodb_thread_concurrency system variable.
[15 Jan 2019 19:19] MySQL Verification Team
Thank you for the bug report.
[24 Jan 2019 18:30] Daniel Price
Posted by developer:
 
The missing section was added. The change should appear online soon.

Thank you for the bug report.