We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
show slave status for channel ''
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.
for channel ''
The text was updated successfully, but these errors were encountered:
@TCeason
If slaveGtid is the key that causing incompatible with MySQL 5.6, change it to show slave status is ok for me.
show slave status
Sorry, something went wrong.
Adaptation MySQL 5.6(radondb#43)
46d9caa
1. Add cli change56password use set password. 2. delete "FOR CHANNEL ''"
Adaptation MySQL 5.6(#43)
6aa19d2
feature: add MySQL 5.6 handler and merge user handler to mysqlbase #43
ff79ca5
BohuTANG
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: