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

Bug1618811 5.6 #956

Merged
merged 2 commits into from Aug 31, 2016
Merged

Conversation

laurynas-biveinis
Copy link
Contributor

…lures)

Adjust mtr_report_test_subunit to report an additional testcase
"testcase-check-<original-name>" as failing if the testcase check has
failed.
@percona-ysorokin
Copy link
Collaborator

LGTM

@laurynas-biveinis laurynas-biveinis merged commit 10a04e9 into percona:5.6 Aug 31, 2016
@laurynas-biveinis laurynas-biveinis deleted the bug1618811-5.6 branch August 31, 2016 13:51
inikep pushed a commit to inikep/percona-server that referenced this pull request Apr 23, 2020
Summary:
Jira ticket: https://jira.percona.com/browse/FB8-63

Reference Patch: facebook/mysql-5.6@eb8a43a
Reference Patch: facebook/mysql-5.6@70d9a6d

A new command 'purge gtid' is provided to remove old gtid sets for given uuids.
The command is logged to the binlog so that slaves will also purge their gtid states
making all the replicas consistent with master's state. The command takes multiple
uuids in the following form and can only be executed by super user.

  purge gtid '551dab6a-d12b-11e5-a3ea-0002c9d31542,551dab6a-d12b-11e5-a3ea-0002c9d31543'

Purging gtid sets generated by current server is not allowed since that will break slave's
auto-positioning. This command succeeds even if a given uuid is not present in the gtid set.
If writing to binlog fails, the client will receive an error. In these cases the gtid will
get purged regardless of success of binlog write. Since this operation is idempotent, this
behavior is safe and the client running the command can retry.
Pull Request resolved: facebook/mysql-5.6#956

Reviewed By: lth

Differential Revision: D14137300

Pulled By: lth

fbshipit-source-id: 2bb5aa2ed33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants