-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM: Support MySQL 8.4 #11020
Comments
/area dm |
@dveeden: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
cc @lance6716 |
/assign @lyzx2001 |
Related: go-mysql-org/go-mysql#866 |
Maybe something like this:
While there is the notion of a |
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
The text was updated successfully, but these errors were encountered: