mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
The following features have been added: 1) Automatic addition of the pf = ip6 option for socat when it can be recognized by the format of the connection address; 2) Automatically add or remove extra commas at the beginning and at the end of sockopt, for example, sockopt='pf=ip6' and sockopt=',pf=ip6' work equally well; Also, due to interference in the code of the get_transfer() function, I also refactored it and now: 3) encrypt = 4 is supported not only for xtrabackup-v2, but also for mariabackup - this can help with migration from Percona; 4) Improved setting of 'commonname' option for encrypt=3 and encrypt=4 modes;
32 lines
1.2 KiB
INI
32 lines
1.2 KiB
INI
!include ../galera_3nodes.cnf
|
|
|
|
# decoy value - should not be read by mysqld or sst scripts
|
|
[mysqld]
|
|
innodb-data-home-dir=/tmp
|
|
|
|
[mysqld]
|
|
innodb-data-home-dir=
|
|
wsrep_sst_method=rsync
|
|
wsrep_node_address=::1
|
|
|
|
[mysqld.1]
|
|
wsrep-cluster-address=gcomm://
|
|
wsrep_provider_options='base_host=[::1];base_port=@mysqld.1.#galera_port;gmcast.listen_addr=tcp://[::]:@mysqld.1.#galera_port;ist.recv_addr=[::1]:@mysqld.1.#ist_port'
|
|
wsrep_sst_receive_address='[::1]:@mysqld.1.#sst_port'
|
|
wsrep_node_incoming_address='[::1]:@mysqld.1.port'
|
|
bind-address=::
|
|
|
|
[mysqld.2]
|
|
wsrep_cluster_address='gcomm://[::1]:@mysqld.1.#galera_port'
|
|
wsrep_provider_options='base_host=[::1];base_port=@mysqld.2.#galera_port;gmcast.listen_addr=tcp://[::]:@mysqld.2.#galera_port;ist.recv_addr=[::1]:@mysqld.2.#ist_port'
|
|
wsrep_sst_receive_address='[::1]:@mysqld.2.#sst_port'
|
|
wsrep_node_incoming_address='[::1]:@mysqld.2.port'
|
|
bind-address=::
|
|
|
|
[mysqld.3]
|
|
wsrep_cluster_address='gcomm://[::1]:@mysqld.1.#galera_port'
|
|
wsrep_provider_options='base_host=[::1];base_port=@mysqld.3.#galera_port;gmcast.listen_addr=tcp://[::]:@mysqld.3.#galera_port;ist.recv_addr=[::1]:@mysqld.3.#ist_port'
|
|
wsrep_sst_receive_address='[::1]:@mysqld.3.#sst_port'
|
|
wsrep_node_incoming_address='[::1]:@mysqld.3.port'
|
|
bind-address=::
|