1
0
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:
Jan Lindström
2018-11-21 09:05:47 +02:00
parent 41fa9a5986
commit 8324e5e84d
6 changed files with 1239 additions and 0 deletions

View 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