Skip to content

Commit ee543be

Browse files
author
Jan Lindström
committed
MDEV-18021: Galera test galera_sst_mariabackup_table_options fails if AES_CTR is not available
Problem is that if you use bundled yassl AES_CTR is not supported. There is a way to detect that but as we really want to keep this test enabled did not add skip for missing support. Changed method to AES_CBC as there is no need to use AES_CTR.
1 parent 8a46b9f commit ee543be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/include/innodb_encrypt_tables.combinations

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ innodb_encrypt_tables=ON
33
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
44
loose-file-key-management
55
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
6-
file-key-management-encryption-algorithm=aes_ctr
6+
file-key-management-encryption-algorithm=aes_cbc
77

88
[clear]
99
innodb_encrypt_tables=OFF
1010
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
1111
loose-file-key-management
1212
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
13-
file-key-management-encryption-algorithm=aes_ctr
13+
file-key-management-encryption-algorithm=aes_cbc
1414

0 commit comments

Comments
 (0)