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
Vreplication fails with unable to parse mysql 5.6 GTID set when the length of the gtid_executed string exceeds the column size of 10,000 bytes.
unable to parse mysql 5.6 GTID set
Note: This is a pretty simple fix and I can submit a PR along with this issue.
Reshard
n/a
The text was updated successfully, but these errors were encountered:
@gtowey I assume the problem is here:
vitess/go/vt/binlog/binlogplayer/binlog_player.go
Lines 544 to 545 in 600cca7
?
If you are able to, we welcome a PR to increase this length.
Sorry, something went wrong.
I'm going to close this as done for now. Please note that we've since added compression for this value as well: #7877
No branches or pull requests
Overview of the Issue
Vreplication fails with
unable to parse mysql 5.6 GTID set
when the length of the gtid_executed string exceeds the column size of 10,000 bytes.Note: This is a pretty simple fix and I can submit a PR along with this issue.
Reproduction Steps
Reshard
workflowOperating system and Environment details
n/a
The text was updated successfully, but these errors were encountered: