Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 12efd0a0fef053febfffa5694e05de3067bf6508 https://github.com/phpmyadmin/phpmyadmin/commit/12efd0a0fef053febfffa5694e05de3067bf6508 Author: Maurício Meneghini Fauth <[email protected]> Date: 2024-10-31 (Thu, 10 October 2024) -03:00
Changed paths: M libraries/classes/Controllers/Server/BinlogController.php M libraries/classes/Menu.php M libraries/classes/Query/Compatibility.php M libraries/classes/Replication.php M libraries/classes/ReplicationGui.php M libraries/classes/ReplicationInfo.php M test/classes/Query/CompatibilityTest.php M test/classes/Stubs/DbiDummy.php Log Message: ----------- Replace replication statements with new terminology SHOW MASTER LOGS was removed in MySQL 8.4.0 and SHOW BINARY LOGS is available since MySQL 4.1.1. As of MySQL 8.2.0, SHOW BINARY LOG STATUS is available. As of MariaDB 10.5.2, SHOW BINLOG STATUS is available. Signed-off-by: Maurício Meneghini Fauth <[email protected]> Commit: 90f3c588ffed56c10d584c55868fe5fbb10985e8 https://github.com/phpmyadmin/phpmyadmin/commit/90f3c588ffed56c10d584c55868fe5fbb10985e8 Author: Maurício Meneghini Fauth <[email protected]> Date: 2024-10-31 (Thu, 10 October 2024) -03:00 Changed paths: M libraries/classes/Controllers/Server/BinlogController.php M libraries/classes/Menu.php M libraries/classes/Query/Compatibility.php M libraries/classes/Replication.php M libraries/classes/ReplicationGui.php M libraries/classes/ReplicationInfo.php M test/classes/Query/CompatibilityTest.php M test/classes/Stubs/DbiDummy.php Log Message: ----------- Merge pull request #19334 from MauricioFauth/replication-terminology Replace replication statements for new terminology _______________________________________________ Git mailing list -- [email protected] To unsubscribe send an email to [email protected]
