mariadb/storage/xtradb/buf
Marko Mäkelä 065ba53ccb MDEV-12711 mariabackup --backup is refused for multi-file system tablespace
Before MDEV-12113 (MariaDB Server 10.1.25), on shutdown InnoDB would write
the current LSN to the first page of each file of the system tablespace.
This is incompatible with MariaDB's InnoDB table encryption, because
encryption repurposed the field for an encryption key ID and checksum.

buf_page_is_corrupted(): For the InnoDB system tablespace, skip
FIL_PAGE_FILE_FLUSH_LSN when checking if a page is all zero,
because the first page of each file in the system tablespace can
contain nonzero bytes in the field.
2019-03-26 13:51:15 +02:00
..
buf0buddy.cc Use a more precise argument for memset() 2018-07-30 10:39:42 +03:00
buf0buf.cc MDEV-12711 mariabackup --backup is refused for multi-file system tablespace 2019-03-26 13:51:15 +02:00
buf0checksum.cc Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02:00
buf0dblwr.cc Follow-up to MDEV-12112: corruption in encrypted table may be overlooked 2018-12-17 19:33:44 +02:00
buf0dump.cc Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
buf0flu.cc MDEV-14705: Follow-up fixes 2018-04-06 12:29:25 +03:00
buf0lru.cc Merge 10.0 into 10.1 2018-08-03 12:03:10 +03:00
buf0mtflu.cc MDEV-11707: Fix incorrect memset() for structures containing 2017-02-06 15:40:17 +02:00
buf0rea.cc After-merge fix for commit d4df7bc9b1 2018-02-02 19:57:59 +02:00