mariadb/storage/innobase/dict
Jan Lindström 36ca65b73b MDEV-9559: Server without encryption configs crashes if selecting from an implicitly encrypted table
There was two problems. Firstly, if page in ibuf is encrypted but
decrypt failed we should not allow InnoDB to start because
this means that system tablespace is encrypted and not usable.
Secondly, if page decrypt is detected we should return false
from buf_page_decrypt_after_read.
2016-02-17 12:32:07 +02:00
..
dict0boot.cc MDEV-9559: Server without encryption configs crashes if selecting from an implicitly encrypted table 2016-02-17 12:32:07 +02:00
dict0crea.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
dict0dict.cc Merge branch '10.0' into 10.1 2015-12-21 21:24:22 +01:00
dict0load.cc MDEV-8588: Assertion failure in file ha_innodb.cc line 21140 if at least one encrypted table exists and encryption service is not available 2015-09-04 20:19:33 +03:00
dict0mem.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
dict0stats.cc MDEV-8727: Server/InnoDB hangs on shutdown after trying to read an encrypted table with a wrong key 2015-10-01 08:20:27 +03:00
dict0stats_bg.cc move to storage/innobase 2015-05-04 19:17:21 +02:00