File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,16 @@ protected function setUp(): void
4545
4646 $ this ->connect ();
4747
48- if ($ this ->mySQLReplicationFactory ?->getServerInfo()->versionRevision >= 8 && $ this ->mySQLReplicationFactory ?->getServerInfo()->isGeneric ()) {
48+ $ binLogServerInfo = $ this ->mySQLReplicationFactory ?->getServerInfo();
49+
50+ if ($ binLogServerInfo ?->versionRevision >= 8 && $ binLogServerInfo ?->isGeneric()) {
4951 self ::assertInstanceOf (RotateDTO::class, $ this ->getEvent ());
5052 }
5153 self ::assertInstanceOf (FormatDescriptionEventDTO::class, $ this ->getEvent ());
5254 self ::assertInstanceOf (QueryDTO::class, $ this ->getEvent ());
5355 self ::assertInstanceOf (QueryDTO::class, $ this ->getEvent ());
56+
57+ echo "Using $ binLogServerInfo?->versionName $ binLogServerInfo ->versionRevision " ;
5458 }
5559
5660 protected function tearDown (): void
You can’t perform that action at this time.
0 commit comments