mariadb/storage/innobase/dict
Jan Lindström 3266216f2c MDEV-8727: Server/InnoDB hangs on shutdown after trying to read an encrypted table with a wrong key
Analysis: When a page is read from encrypted table and page can't be
decrypted because of bad key (or incorrect encryption algorithm or
method) page was incorrectly left on buffer pool.

Fix: Remove page from buffer pool and from pending IO.
2015-10-01 08:20:27 +03:00
..
dict0boot.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
dict0crea.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
dict0dict.cc MDEV-8764: Wrong error when encrypted table can't be decrypted. 2015-09-14 08:27:36 +03: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