mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +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ä.
16 lines
520 B
Text
16 lines
520 B
Text
--source include/big_test.inc
|
|
--source include/galera_cluster.inc
|
|
--source ../encryption/include/have_file_key_management_plugin.inc
|
|
|
|
# Save original auto_increment_offset values.
|
|
--let $node_1=node_1
|
|
--let $node_2=node_2
|
|
--source include/auto_increment_offset_save.inc
|
|
|
|
--source suite/galera/include/galera_st_shutdown_slave.inc
|
|
--source suite/galera/include/galera_st_clean_slave.inc
|
|
|
|
# Restore original auto_increment_offset values.
|
|
--source include/auto_increment_offset_restore.inc
|
|
|
|
--source include/galera_end.inc
|