mariadb/storage/innobase/buf
Jan Lindström 037b78e5ec MDEV-9242: Innodb reports Assertion failure in file buf0dblwr.cc line 579
Analysis: When pages in doublewrite buffer are analyzed compressed
pages do not have correct checksum.

Fix: Decompress page before checksum is compared. If decompression
fails we still check checksum and corrupted pages are found.
If decompression succeeds, page now contains the original
checksum.
2016-04-29 13:47:49 +03:00
..
buf0buddy.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
buf0buf.cc MDEV-9559: Server without encryption configs crashes if selecting from an implicitly encrypted table 2016-02-17 12:32:07 +02:00
buf0checksum.cc Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +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-02-23 21:35:05 +01:00
buf0flu.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
buf0lru.cc MDEV-9236: Dramatically overallocation of InnoDB buffer pool leads to crash 2015-12-17 19:45:42 +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