mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Write proper tests for MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes
Introduce innodb_encrypt_log.combinations and prove that the encryption and decryption take place during both online ADD INDEX (WL#5266) and online table-rebuilding ALTER (WL#6625).
This commit is contained in:
7
mysql-test/include/innodb_encrypt_log.combinations
Normal file
7
mysql-test/include/innodb_encrypt_log.combinations
Normal file
@ -0,0 +1,7 @@
|
||||
[crypt]
|
||||
innodb_encrypt_log=ON
|
||||
innodb_encryption_rotate_key_age=1
|
||||
plugin_load_add=$DEBUG_KEY_MANAGEMENT_SO
|
||||
|
||||
[clear]
|
||||
skip_innodb_encrypt_log
|
Reference in New Issue
Block a user