mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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
|
4
mysql-test/include/innodb_encrypt_log.inc
Normal file
4
mysql-test/include/innodb_encrypt_log.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
# The goal of including this file is to enable innodb_encrypt_log combinations
|
||||
# (see include/innodb_encrypt_log.combinations)
|
||||
|
||||
--source include/have_innodb.inc
|
Reference in New Issue
Block a user