We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3e6c3 commit 2cd991fCopy full SHA for 2cd991f
src/MySQLReplication/Event/QueryEvent.php
@@ -44,8 +44,6 @@ public function makeQueryDTO()
44
*/
45
private function getSizeToRemoveByVersion()
46
{
47
-
48
- var_dump(BinLogServerInfo::getVersion());
49
if (BinLogServerInfo::MYSQL_VERSION_MARIADB === BinLogServerInfo::getVersion())
50
51
return 13;
0 commit comments