mariadb/storage/xtradb/buf
Jan Lindström e974b56438 MDEV-6512: InnoDB: Assertion failure in thread 4537024512 in file
buf0buf.cc line 2642.

Analysis: innodb_compression_algorithm is a global variable and
can change while we are building page compressed page. This could
lead page corruption.

Fix: Cache innodb_compression_algorithm on local variable before
doing any compression or page formating to avoid concurrent
change. Improved page verification on debug builds.
2014-07-31 11:31:39 +03:00
..
buf0buddy.cc xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
buf0buf.cc MDEV-6512: InnoDB: Assertion failure in thread 4537024512 in file 2014-07-31 11:31:39 +03:00
buf0checksum.cc Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
buf0dblwr.cc Fiix random test failures on fil_decompress_page_2 function. 2014-07-25 14:37:10 +03:00
buf0dump.cc Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
buf0flu.cc Merge 10.0 -> 10.1 2014-05-24 21:37:21 +03:00
buf0lru.cc xtradb 5.6.17-65.0 2014-05-07 17:33:33 +02:00
buf0mtflu.cc MDEV-6376: InnoDB: Assertion failure in thread 139995225970432 2014-06-28 13:53:18 +03:00
buf0rea.cc Set actual compressed page size also on read code path to buffer pool so 2014-03-04 17:14:08 +02:00