When MySQL database replication is configured, but not running, the slave status Seconds_Behind_Master is NULL.
When this value is passed to strlen() an error is thrown.
Fixes T15507
Differential D25318
Fix PHP 8.1 strlen() error when database replication Seconds_Behind_Master is NULL Sten on Jun 30 2023, 12:43. Authored by
Details
When MySQL database replication is configured, but not running, the slave status Seconds_Behind_Master is NULL. Fixes T15507
Diff Detail
|