Bug #117052 expire_logs_days deprecated version have two ways of saying for 8.4 document
Submitted: 27 Dec 2024 7:37 Modified: 27 Dec 2024 8:40
Reporter: Yan Sheng 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
Tags: Docs;expire_logs_days

[27 Dec 2024 7:37] Yan Sheng
Description:
https://dev.mysql.com/doc/refman/8.4/en/added-deprecated-removed.html

expire_logs_days: Purge binary logs after this many days. Removed in MySQL 8.2.0.

another 

https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html

expire_logs_days system variable.  The expire_logs_days server system variable, deprecated in MySQL 8.0, has been removed. Attempting to get or set this variable at runtime, or to start mysqld with the equivalent option (--expire-logs-days), now results in an error.

In place of expire_logs_days, use binlog_expire_logs_seconds, which allows you to specify expiration periods other than (only) in an integral number of days.

How to repeat:
link to the url

Suggested fix:
fix one of the two document
[27 Dec 2024 7:41] Yan Sheng
fix typo
[27 Dec 2024 8:40] MySQL Verification Team
Hello Yan Sheng,

Thank you for the report and feedback.

regards,
Umesh