Skip to content

Commit c5b38e5

Browse files
committed
fix krowinski#115 for mysql 8.4.0
1 parent 1d794b4 commit c5b38e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MySQLReplication/Repository/MySQLRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public function getVersion(): string
6565

6666
public function getMasterStatus(): MasterStatusDTO
6767
{
68-
var_dump($this->getVersion());
6968
if(version_compare($this->getVersion(),"8.4.0")>=0){
7069
$data = $this->getConnection()
7170
->fetchAssociative('SHOW BINARY LOG STATUS');

0 commit comments

Comments
 (0)