Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.11.10
-
Debian 6.1, MariaDB 10.11.6
Description
The MariaDB documentation for "binlog_expire_logs_seconds" says:
Range: 0 to 4294967295
However trying to set to anything over 8553600 results in:
Warning: Truncated incorrect binlog_expire_logs_seconds value
... and the value stays at 8553600. The documentation for the corresponding
"expire_logs_days" variable says its maximum is 99 days, which is exactly 8553600 seconds. Either there's a bug that stops binlog_expire_logs_seconds going over 8553600 seconds (99 days), or the documentation is incorrect and it should be updated to show the correct maximum.
Thanks, I corrected the documentation.
Note that you can use
so see the actual range of values for the variable.