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:
Jan Lindström 2015-11-03 16:03:25 +02:00
parent a574407444
commit 6189951003

View file

@ -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