mariadb/storage/xtradb/buf
Jan Lindström 554c60ab0d MDEV-11182: InnoDB: Assertion failure in file buf0buf.cc line 4730 (encryption.create_or_replace fails in buildbot and outside)
Analysis: Problem is that page is encrypted but encryption information
on page 0 has already being changed.

Fix: If page header contains key_version != 0 and even if based on
current encryption information tablespace is not encrypted we
need to check is page corrupted. If it is not, then we know that
page is not encrypted. If page is corrupted, we need to try to
decrypt it and then compare the stored and calculated checksums
to see is page corrupted or not.
2016-10-31 12:44:06 +02:00
..
buf0buddy.cc 5.6.31-77.0 2016-08-10 19:24:58 +02:00
buf0buf.cc MDEV-11182: InnoDB: Assertion failure in file buf0buf.cc line 4730 (encryption.create_or_replace fails in buildbot and outside) 2016-10-31 12:44:06 +02:00
buf0checksum.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
buf0dblwr.cc MDEV-9242: Innodb reports Assertion failure in file buf0dblwr.cc line 579 2016-04-29 13:47:49 +03:00
buf0dump.cc Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
buf0flu.cc Remove unnecessary semicolons 2016-10-24 14:58:41 +09:00
buf0lru.cc Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
buf0mtflu.cc MDEV-7424: InnoDB: Assertion failure in thread 139901753345792 2015-01-14 19:24:37 +02:00
buf0rea.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:45 +03:00