Skip to content

Commit

Permalink
fix krowinski#115 for mysql 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao29 committed May 5, 2024
1 parent 1d794b4 commit c5b38e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MySQLReplication/Repository/MySQLRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function getVersion(): string

public function getMasterStatus(): MasterStatusDTO
{
var_dump($this->getVersion());
if(version_compare($this->getVersion(),"8.4.0")>=0){
$data = $this->getConnection()
->fetchAssociative('SHOW BINARY LOG STATUS');
Expand Down

0 comments on commit c5b38e5

Please sign in to comment.