Commit 61899510 authored by Jan Lindström's avatar Jan Lindström

MDEV-9063: encryption.innodb-log-encrypt produces warnings in error logs on builds with bundled SSL

Test used aes_ctr that is not available everywhere when aes_cbc is fine also
for this test.
parent a5744074
......@@ -3,4 +3,4 @@
--plugin-load-add=$FILE_KEY_MANAGEMENT_SO
--loose-file-key-management
--loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/logkey.txt
--file-key-management-encryption-algorithm=aes_ctr
--file-key-management-encryption-algorithm=aes_cbc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment