-
Notifications
You must be signed in to change notification settings - Fork 64
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
base: master
Are you sure you want to change the base?
Issue #439 #442
Conversation
"Permitted Values", "String" | ||
"Default Value", "ON" | ||
"Valied Values", "ON, OFF" | ||
"Initial Version", "MySQL-wsrep: 8.4.2, MariaDB: 4.x" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
plugin-wsrep-provider added.
If this is ok, what shall we do with the numerous references to wsrep_provider_options? Such as:
Should we refer to plugin-wsrep-provider instead, as it is ON by default?