mariadb/storage/xtradb
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
..
api Merge branch '10.0' into 10.1 2017-09-19 12:06:50 +03:00
btr Merge 10.0 into 10.1 2017-10-26 13:36:38 +03:00
buf MDEV-14283 : Fix Solaris 10 build. 2017-11-21 21:14:06 +01:00
data 5.6.31-77.0 2016-08-10 19:24:58 +02:00
dict Post-fix for MDEV-14587 2017-12-07 08:14:49 +02:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval
fil DEV-14701: install_db shows corruption for rest encryption with innodb_data_file_path=ibdata1:3M 2017-12-19 16:45:10 +02:00
fsp MDEV-13557: Startup failure, unable to decrypt ibdata1 2017-08-29 14:23:34 +03:00
fts Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
fut Part 1 of MDEV-8139 Fix scrubbing tests 2017-01-04 18:21:42 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler Merge 10.0 into 10.1 2017-12-18 20:05:50 +02:00
ibuf Merge 10.0 into 10.1 2017-11-06 18:10:23 +02:00
include Merge 10.0 into 10.1 2017-12-13 19:12:16 +02:00
lock MDEV-12837: WSREP: BF lock wait long 2017-12-09 11:20:46 +02:00
log Follow-up to MDEV-11027: Use recv_sys_t::report() 2017-12-13 18:53:46 +02:00
mach 5.5.55-38.8 2017-07-18 19:47:01 +02:00
mem 5.6.31-77.0 2016-08-10 19:24:58 +02:00
mtr Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
mysql-test/storage_engine Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
os MDEV-14132 InnoDB page corruption 2017-11-06 08:53:51 +02:00
page Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
pars Merge branch 'merge-xtradb-5.6' into 10.0 2017-05-17 12:11:12 +03:00
que 5.6.24-72.2 2015-06-16 11:04:40 +02:00
read
rem Merge branch 'merge-xtradb-5.5' into 5.5 2017-07-18 19:50:11 +02:00
row Merge 10.0 into 10.1 2017-12-18 20:05:50 +02:00
srv Merge tag 'mariadb-10.0.33' into bb-10.0-galera 2017-11-03 12:34:05 +05:30
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
trx Merge 10.0 into 10.1 2017-12-13 23:04:30 +02:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut Merge 10.0 into 10.1 2017-10-26 13:36:38 +03:00
CMakeLists.txt MDEV-14283 : Fix Solaris 10 build. 2017-11-21 21:14:06 +01:00
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def