Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

"Missing gtid_executed system variable" in MySQL 5.7 #2

@etsxxx

Description

@etsxxx

I got this error message in some failover operations with MySQL 5.7 servers.

ERROR: The server xxxx:3306 does not comply to the latest GTID feature support. Errors:
    Missing gtid_executed system variable.

I suppose the query from mysql/utilities/common/server.py is invalid:

"SHOW VARIABLES LIKE 'gtid_executed'"

and this is correct:

"SHOW GLOBAL VARIABLES LIKE 'gtid_executed'"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions