-
Notifications
You must be signed in to change notification settings - Fork 306
DM: Support MySQL 8.4 #11020
Copy link
Copy link
Closed
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.area/dmIssues or PRs related to DM.Issues or PRs related to DM.good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.type/featureIssues about a new featureIssues about a new feature
Metadata
Metadata
Assignees
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.area/dmIssues or PRs related to DM.Issues or PRs related to DM.good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.type/featureIssues about a new featureIssues about a new feature
Is your feature request related to a problem?
MySQL 8.4 removes things like
SHOW MASTER STATUS. These have been replaced withSHOW BINARY LOG STATUS.So things like this needs an update:
tiflow/dm/pkg/conn/utils.go
Line 112 in be15534
tiflow/dm/pkg/conn/db.go
Line 108 in be15534
This should be done without breaking compatibility with MySQL 8.0, 5.7 or MariaDB
This depends on:
Describe the feature you'd like
.
Describe alternatives you've considered
No response
Teachability, Documentation, Adoption, Migration Strategy
No response