Description:
This project has been tested and confirmed to work with MySQL versions up to 8.0.4.
However, for users attempting to use this library with MySQL 8.4 or later, there is a compatibility issue.
The SHOW MASTER STATUS query, which is used in the binlogstream.py file, is deprecated in MySQL 8.4 and replaced by SHOW BINARY LOG STATUS.
As a result, when running the library with MySQL 8.4 or newer versions, the SHOW MASTER STATUS query will fail
Description:
This project has been tested and confirmed to work with MySQL versions up to 8.0.4.
However, for users attempting to use this library with MySQL 8.4 or later, there is a compatibility issue.
The
SHOW MASTER STATUSquery, which is used in thebinlogstream.pyfile, is deprecated in MySQL 8.4 and replaced bySHOW BINARY LOG STATUS.As a result, when running the library with MySQL 8.4 or newer versions, the SHOW MASTER STATUS query will fail