mariadb/storage/innobase/fil
Jan Lindström ed7e4b68ed DEV-14701: install_db shows corruption for rest encryption with innodb_data_file_path=ibdata1:3M
Problem was that crypt_data->min_key_version is not a reliable way
to detect is tablespace encrypted and could lead that in first page
of the second (page 192 and similarly for other files if more configured)
system tablespace file used key_version is replaced with zero leading
a corruption as in next startup page is though to be corrupted.
Note that crypt_data->min_key_version is updated only after all
pages from tablespace have been processed (i.e. key rotation is done)
and flushed.

fil_write_flushed_lsn
        Use crypt_data->should_encrypt() instead.
2017-12-19 16:45:10 +02:00
..
fil0crypt.cc Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
fil0fil.cc DEV-14701: install_db shows corruption for rest encryption with innodb_data_file_path=ibdata1:3M 2017-12-19 16:45:10 +02:00
fil0pagecompress.cc MDEV-13932: fil0pagecompress.cc fails to compile with lzo 2.10 2017-09-29 14:14:22 +03:00