flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[FLINK-37503] Compatibility Issue with MySQL Syntax SHOW MASTER STATUS

Open wolfboys opened this issue 9 months ago • 3 comments

[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.

wolfboys avatar Mar 18 '25 13:03 wolfboys

During the Source initialization, we've included a MySQL version check. Could we leverage this phase to determine which SQL syntax variant to use? IntelliJ IDEA 2025-03-26 14 25 31

joyCurry30 avatar Mar 26 '25 06:03 joyCurry30

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.

yuxiqian avatar Jun 25 '25 05:06 yuxiqian

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.

github-actions[bot] avatar Oct 24 '25 00:10 github-actions[bot]