mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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
|
||||
|
Reference in New Issue
Block a user