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

[myloader] Add option to disable Galera Cluster (Wsrep) replication before importing #159

Closed
joffrey92 opened this issue Oct 12, 2018 · 2 comments · Fixed by #370
Closed

Comments

@joffrey92
Copy link

Hello,

by default myloader does set sql_log_bin = 0, which is useful.

When you use Galera Cluster (MySQL and Percona), setting sql_log_bin = 0 also disables wsrep replication.

When you use Galera Cluster (MariaDB), setting sql_log_bin = 0 doesn't disable wsrep replication. See: https://mariadb.com/kb/en/library/replication-and-binary-log-server-system-variables/#sql_log_bin

Could you please add an option in myloader, to support disabling (and/or enabling) wsrep replication ?

The command is:
set session wsrep_on = 0

Thanks in advance,
Joffrey

@davidducos
Copy link
Member

We are going to be able to do this after merge: #370

@davidducos davidducos added this to the Release 0.10.9 milestone Jul 16, 2021
@davidducos davidducos linked a pull request Aug 24, 2021 that will close this issue
@davidducos
Copy link
Member

Please, can you check again as #370 has ben merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants