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
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
The text was updated successfully, but these errors were encountered:
Issue #511
35ef851
sync_binlog removed
@byte I removed sync_binlog. Can we merge and close this issue?
Sorry, something went wrong.
kirjaamo
No branches or pull requests
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:
And the following Warning and ERROR in the log file:
The text was updated successfully, but these errors were encountered: