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

trx-id -> trx_id #1320

Open
wants to merge 7 commits into
base: 8.0
Choose a base branch
from
Open

trx-id -> trx_id #1320

wants to merge 7 commits into from

Conversation

michaelcoburn
Copy link

makes the variable name more clear

making the update action: more clear with the variable trx_id
making the update action: more clear with the variable trx_id
Seems to be required now in 8.0.27
Copy link
Contributor

@kamil-holubicki kamil-holubicki left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -54,7 +54,8 @@ When starting from the shell, you can set the parameters from the command line o
--option="socket.ssl_key=/etc/ssl/mysql/server-key.pem; \
socket.ssl_cert=/etc/ssl/mysql/server-cert.pem; \
socket.ssl_ca=/etc/ssl/mysql/ca.pem; \
socket.ssl_cipher=AES128-SHA256"
socket.ssl_cipher=AES128-SHA256; \
socket.ssl=yes"
Copy link
Contributor

Choose a reason for hiding this comment

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

After fixing PXC-3918, explicit addition of socket.ssl option is not needed.

@@ -54,7 +54,8 @@ When starting from the shell, you can set the parameters from the command line o
--option="socket.ssl_key=/etc/ssl/mysql/server-key.pem; \
socket.ssl_cert=/etc/ssl/mysql/server-cert.pem; \
socket.ssl_ca=/etc/ssl/mysql/ca.pem; \
socket.ssl_cipher=AES128-SHA256"
socket.ssl_cipher=AES128-SHA256; \
socket.ssl=yes"

To avoid entering the options each time you start ``garbd``, edit the options in the configuration file. To configure *Galera Arbitrator* on *Ubuntu/Debian*, edit the :file:`/etc/default/garb` file. On RedHat or derivative distributions, the configuration can be found in :file:`/etc/sysconfig/garb` file.
Copy link
Contributor

Choose a reason for hiding this comment

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

You can enter options each time you start garbd or you can edit the options in the garb configuration file. The file is located in the following directories:

  • On Ubuntu/Debian distributions, the configuration file is located in /etc/default/garb
  • On RedHat or derivative distributions, the configuration file is located in /etc/sysconfig/garb.

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.

3 participants