Skip to content

DM: Support MySQL 8.4 #11020

@dveeden

Description

@dveeden

Is your feature request related to a problem?

MySQL 8.4 removes things like SHOW MASTER STATUS. These have been replaced with SHOW BINARY LOG STATUS.

So things like this needs an update:

rows, err := db.QueryContext(ctx, `SHOW MASTER STATUS`)

rows, err := db.QueryContext(ctx, `SHOW SLAVE HOSTS`)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    affects-8.5This bug affects the 8.5.x(LTS) versions.area/dmIssues or PRs related to DM.good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.type/featureIssues about a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions