Skip to content

Commit 8324e5e

Browse files
author
Jan Lindström
committed
MDEV-17771: Add Galera ist and sst tests using mariabackup
Add test case for encrypted and page compressed tables.
1 parent 41fa9a5 commit 8324e5e

6 files changed

+1239
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[crypt]
2+
innodb_encrypt_tables=ON
3+
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
4+
loose-file-key-management
5+
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
6+
file-key-management-encryption-algorithm=aes_ctr
7+
8+
[clear]
9+
innodb_encrypt_tables=OFF
10+
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
11+
loose-file-key-management
12+
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
13+
file-key-management-encryption-algorithm=aes_ctr
14+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# The goal of including this file is to enable innodb_encrypt_tables combinations
2+
# (see include/innodb_encrypt_tables.combinations)
3+
4+
--source include/have_innodb.inc

0 commit comments

Comments
 (0)