[FLINK-37503] Compatibility Issue with MySQL Syntax SHOW MASTER STATUS
[FLINK-37503] Compatibility Issue with MySQL Syntax SHOW MASTER STATUS
In newer versions of MySQL, the SHOW MASTER STATUS syntax has been deprecated and replaced with show binary log status. Since this syntax is used in MySQL CDC, compatibility adjustments are required.
During the Source initialization, we've included a MySQL version check. Could we leverage this phase to determine which SQL syntax variant to use?
Could @wolfboys please rebase this PR with latest master branch?
I just created a PR https://github.com/wolfboys/flink-cdc/pull/1 to run UT test cases in multiple MySQL versions, please take a look.
This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 60 days if no further activity occurs.