Bug #120231 Typo in MySQL 8.0.29 release note
Submitted: 8 Apr 4:55 Modified: 11 Apr 11:50
Reporter: Shawn Yan (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0.29 OS:Any
Assigned to: CPU Architecture:Any

[8 Apr 4:55] Shawn Yan
Description:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-29.html

Original document:

An EXECUTION_ENGINE column that indicates whether a query was processed on the PRIMARY or SECONDARY engine was added to the Performance Schema statement event tables (see Performance Schema Statement Event Tables), and to the performance_scema.threads and performance_scema.processlist tables.

How to repeat:
performance_scema.threads and performance_scema.processlist tables.
-->
Should be:
performance_schema.threads and performance_schema.processlist tables.
[11 Apr 11:50] MySQL Verification Team
Thanks for the report, docs team will update the page