mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
20c23048c1
Analysis: Problem was that tablespaces not encrypted might not have crypt_data stored on disk. Fixed by always creating crypt_data to memory cache of the tablespace. MDEV-8138: strange results from encrypt-and-grep test Analysis: crypt_data->type is not updated correctly on memory cache. This caused problem with state tranfer on encrypted => unencrypted => encrypted. Fixed by updating memory cache of crypt_data->type correctly based on current srv_encrypt_tables value to either CRYPT_SCHEME_1 or CRYPT_SCHEME_UNENCRYPTED.
8 lines
188 B
Text
8 lines
188 B
Text
--innodb-encrypt-tables=ON
|
|
--innodb-encrypt-log=ON
|
|
--innodb-encryption-rotate-key-age=15
|
|
--innodb-encryption-threads=4
|
|
--innodb-tablespaces-encryption
|
|
--innodb-max-dirty-pages-pct=0.001
|
|
|
|
|