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

Galera parameter sync_binlog does not exist #511

Open
sciascid opened this issue Nov 28, 2024 · 1 comment
Open

Galera parameter sync_binlog does not exist #511

sciascid opened this issue Nov 28, 2024 · 1 comment
Assignees

Comments

@sciascid
Copy link
Contributor

sciascid commented Nov 28, 2024

According to the documentation we have a galera parameter called "sync_binlog":
https://galeracluster.com/library/documentation/galera-parameters.html#sync-binlog

This parameter does not exist, at least not in the current version.
Trying to set the parameter results in:

MariaDB [(none)]> SET GLOBAL wsrep_provider_options='sync_binlog=0;';
ERROR 1210 (HY000): Incorrect arguments to SET

And the following Warning and ERROR in the log file:

2024-11-28 17:08:03 10 [Warning] WSREP: Unknown parameter 'sync_binlog'
2024-11-28 17:08:03 10 [ERROR] WSREP: Set options returned 7
@kirjaamo kirjaamo self-assigned this Dec 5, 2024
kirjaamo added a commit that referenced this issue Dec 5, 2024
sync_binlog removed
@kirjaamo
Copy link
Collaborator

@byte I removed sync_binlog. Can we merge and close this issue?

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

No branches or pull requests

2 participants