mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
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.
This commit is contained in:
parent
a574407444
commit
6189951003
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue