mariadb/storage/xtradb
Jan Lindström 81075d45c6 MDEV-15566: System tablespace does not easily key rotate to unencrypted
Problem was that key rotation from encrypted to unecrypted was skipped
when encryption is disabled (i.e. set global innodb-encrypt-tables=OFF).

fil_crypt_needs_rotation
        If encryption is disabled (i.e. innodb-encrypt-tables=off)
	and there is tablespaces using default encryption (e.g.
	system tablespace) that are still encrypted state we need
	to rotate them from encrypted state to unencrypted state.
2018-04-06 12:59:43 +03:00
..
api Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
btr Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
buf MDEV-14705: Follow-up fixes 2018-04-06 12:29:25 +03:00
data Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
dict MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02:00
dyn
eval
fil MDEV-15566: System tablespace does not easily key rotate to unencrypted 2018-04-06 12:59:43 +03:00
fsp
fts Merge 10.0 into 10.1 2018-03-12 13:22:13 +02:00
fut
ha
handler MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
ibuf After-merge fix for commit d4df7bc9b1 2018-02-02 19:57:59 +02:00
include MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
lock Fix a deadlock in thd_report_wait_for() 2018-03-16 08:23:56 +02:00
log MDEV-14705: Follow-up fixes 2018-04-06 12:29:25 +03:00
mach
mem Merge 5.5 into 10.0 2018-03-20 18:36:03 +02:00
mtr
mysql-test/storage_engine
os MDEV-12396 IMPORT TABLESPACE: Do not retry partial reads 2018-03-20 15:31:39 +02:00
page Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
pars
que
read
rem Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
row MDEV-14705: Do not rollback on InnoDB shutdown 2018-04-06 09:58:14 +03:00
srv MDEV-14705: Follow-up fixes 2018-04-06 12:29:25 +03:00
sync 5.6.38-83.0 2018-01-23 18:04:34 +02:00
trx MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
usr
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