Bug #115165 Contribution: Fix incorrect number of seconds in a day (86400, not 84600)
Submitted: 29 May 2024 14:23 Modified: 20 Mar 21:20
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[29 May 2024 14:23] OCA Admin
Description:
This bug tracks a contribution by Pika Mander (Github user: Pikamander2), as described in http://github.com/mysql/mysql-server/pull/543

How to repeat:
See description

Suggested fix:
See contribution code attached
[29 May 2024 14:23] OCA Admin
Contribution submitted via Github - Fix incorrect number of seconds in a day (86400, not 84600) 
(*) Contribution by Pika Mander (Github Pikamander2, mysql-server/pull/543#issuecomment-2137476336): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_1876641028.txt (text/plain), 1.28 KiB.

[4 Dec 2024 10:44] MySQL Verification Team
Thank you for your contribution.
[20 Mar 21:20] Jon Stephens
Documented fix as follows in the MySQL 9.3.0 changelog:

    The maximum for ssl_session_cache_timeout was defined as 84600
    rather than 86400, and 84600 was stated erroneously to be the
    length of the day in seconds, in sql/ssl_init_callback.cc.

    Our thanks to Pika Mander for the contribution.

Closed.