Skip to content
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

[feature] Adaptation MySQL 5.6 #43

Closed
TCeason opened this issue Dec 24, 2018 · 1 comment
Closed

[feature] Adaptation MySQL 5.6 #43

TCeason opened this issue Dec 24, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@TCeason
Copy link
Contributor

TCeason commented Dec 24, 2018

In this code, if we want to get slaveGtid, will run show slave status for channel ''. But it doesn't support in MySQL 5.6.

Because for channel '' it's same as "show slave status" . So can we change it to "show slave status" ?
and in there we also use show slave status.

@BohuTANG
Copy link
Contributor

@TCeason

If slaveGtid is the key that causing incompatible with MySQL 5.6, change it to show slave status is ok for me.

@BohuTANG BohuTANG changed the title Adaptation MySQL 5.6 [feature] Adaptation MySQL 5.6 Dec 28, 2018
@BohuTANG BohuTANG self-assigned this Dec 28, 2018
@BohuTANG BohuTANG added type: feature P2 Low priority labels Dec 28, 2018
@BohuTANG BohuTANG modified the milestones: v1.0.4, v1.0.5 Dec 28, 2018
TCeason pushed a commit to TCeason/xenon that referenced this issue Jan 4, 2019
1. Add cli change56password use set password.

2. delete "FOR CHANNEL ''"
BohuTANG pushed a commit that referenced this issue Jan 4, 2019
1. Add cli change56password use set password.

2. delete "FOR CHANNEL ''"
@BohuTANG BohuTANG closed this as completed Jan 4, 2019
@BohuTANG BohuTANG reopened this Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants