Bug #104337 Incorrect bug# in MySQL 8.0.19 Release Note
Submitted: 16 Jul 2021 12:44 Modified: 21 Jul 2021 1:09
Reporter: Tsubasa Tanaka (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0.19 OS:Any
Assigned to: CPU Architecture:Any

[16 Jul 2021 12:44] Tsubasa Tanaka
Description:
There are 2 entries refer to "(Bug #29842749, Bug #95559)",

> Changing the lower_case_table_names setting ..<snip>(Bug #29842749, Bug #95559)

and

> Attempting to spawn a thread for a parallel read operation..<snip> (Bug #29842749, Bug #95559)

Actually, Bug#95559 describes lower_case_table_names.
What is correct Bug# for parallel read operation?

How to repeat:
Open https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html and search "29842749".

Suggested fix:
Fix to correct Bug#.
[16 Jul 2021 13:02] MySQL Verification Team
Hello tanaka-San,

Thank you for the report and feedback.

regards,
Umesh
[20 Jul 2021 19:56] Daniel Price
Posted by developer:
 
The correct bug number is Oracle Bug #29874480. The 8.0.19 Release Notes were updated.
Thank you for the bug report.
[21 Jul 2021 1:09] Tsubasa Tanaka
Hi Daniel,

I found Bug#29874480 commit in 8.0.20 and later.
https://github.com/mysql/mysql-server/commit/846b6668f02a86d4213e73bffd9ced3c2f39dc3d

Is it really fixed in 8.0.19?