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

Issue #439 #442

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Issue #439 #442

wants to merge 2 commits into from

Conversation

kirjaamo
Copy link
Collaborator

@kirjaamo kirjaamo commented Aug 7, 2024

plugin-wsrep-provider added.

If this is ok, what shall we do with the numerous references to wsrep_provider_options? Such as:

  • You can configure the parameters of Auto-Eviction by setting the following options through wsrep_provider_options...
  • All wsrep_provider_options settings need to be specified on a single line. In case of multiple instances of wsrep_provider_options, only the last one is used.

Should we refer to plugin-wsrep-provider instead, as it is ON by default?

plugin-wsrep-provider added.
@kirjaamo kirjaamo requested a review from byte August 7, 2024 07:58
"Permitted Values", "String"
"Default Value", "ON"
"Valied Values", "ON, OFF"
"Initial Version", "MySQL-wsrep: 8.4.2, MariaDB: 4.x"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no such MariaDB. It is 11.x

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@byte Fixed.


.. code-block:: mysql

[mysqld.1]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you say mysqld.1?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. It came from the original example. See the link in the comment below.

[mysqld.1]
wsrep-on=ON
wsrep-cluster-address=gcomm://
wsrep-provider=@ENV.WSREP_PROVIDER
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did you get this from? I have not personally used this, but might have to give it a go

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wsrep-on=ON
wsrep-cluster-address=gcomm://
wsrep-provider=@ENV.WSREP_PROVIDER
binlog-format=ROW
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we must mention this now, 8.4 has deprecated this, see https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html#sysvar_binlog_format

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

Pull request change requests done.
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

Successfully merging this pull request may close these issues.

2 participants