mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-17771: Add Galera ist and sst tests using mariabackup
Add test case for encrypted and page compressed tables.
This commit is contained in:
14
mysql-test/include/innodb_encrypt_tables.combinations
Normal file
14
mysql-test/include/innodb_encrypt_tables.combinations
Normal file
@@ -0,0 +1,14 @@
|
||||
[crypt]
|
||||
innodb_encrypt_tables=ON
|
||||
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
|
||||
loose-file-key-management
|
||||
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
|
||||
file-key-management-encryption-algorithm=aes_ctr
|
||||
|
||||
[clear]
|
||||
innodb_encrypt_tables=OFF
|
||||
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
|
||||
loose-file-key-management
|
||||
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
|
||||
file-key-management-encryption-algorithm=aes_ctr
|
||||
|
4
mysql-test/include/innodb_encrypt_tables.inc
Normal file
4
mysql-test/include/innodb_encrypt_tables.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
# The goal of including this file is to enable innodb_encrypt_tables combinations
|
||||
# (see include/innodb_encrypt_tables.combinations)
|
||||
|
||||
--source include/have_innodb.inc
|
Reference in New Issue
Block a user