summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_sst_mariabackup_encrypt_with_key-openssl.test
blob: 1a78aa22cb396957a211b9fd2b6d9b3241af4c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# This test checks that encryption with key using openssl with options
# passed to mariabackup via the my.cnf file
#
--source include/galera_cluster.inc
--source include/have_innodb.inc
--source include/have_mariabackup.inc

SELECT 1;

--let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
--source include/wait_condition.inc