mirror of
https://github.com/MariaDB/server.git
synced 2025-02-04 21:02:17 +01:00
84b135065c
When we enable writes after Galera SST srv_n_fil_crypt_threads needs to be set temporally to 0 (as was done when writes were disabled) to make sure that encryption threads will be really started based on old value of encryption threads. Fix provided by Marko Mäkelä.
17 lines
529 B
INI
17 lines
529 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld]
|
|
plugin-load-add=@ENV.FILE_KEY_MANAGEMENT_SO
|
|
loose-file-key-management
|
|
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
|
|
loose-file-key-management-encryption-algorithm=aes_cbc
|
|
wsrep-debug=1
|
|
innodb_encryption_threads = 4
|
|
innodb_file_per_table=1
|
|
wsrep_sst_method=rsync
|
|
|
|
[mysqld.1]
|
|
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true'
|
|
|
|
[mysqld.2]
|
|
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'
|