mariadb/mysql-test/suite/innodb/include
Marko Mäkelä dd72d7d561 MDEV-18025: Improve test case and consistency checks
Write a test case that computes valid crc32 checksums for
an encrypted page, but zeroes out the payload area, so
that the checksum after decryption fails.

xb_fil_cur_read(): Validate the page number before trying
any checksum calculation or decrypting or decompression.
Also, skip zero-filled pages. For page_compressed pages,
ensure that the FIL_PAGE_TYPE was changed. Also, reject
FIL_PAGE_PAGE_COMPRESSED_ENCRYPTED if no decryption was attempted.
2018-12-19 15:45:35 +02:00
..
crc32.pl MDEV-18025: Improve test case and consistency checks 2018-12-19 15:45:35 +02:00
ibd_convert.pl MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20 2017-07-05 14:55:56 +03:00
import.inc MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-page-compression.inc MDEV-12593: InnoDB page compression should use lz4_compress_default if 2017-05-18 09:29:44 +03:00
innodb-util.pl Merge the server part of MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:00:36 +01:00
innodb-wl6045.inc MDEV-13443: Port innochecksum tests from 10.2 innodb_zip suite to 10.1 2017-08-07 12:39:38 +03:00
innodb_dict.inc MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb_simulate_comp_failures.inc Speed up some innodb tests 2015-10-05 17:14:13 +02:00
innodb_stats.inc
no_checkpoint_end.inc Port the test innodb.doublewrite from MySQL 5.7. 2016-12-20 15:03:56 +02:00
no_checkpoint_start.inc Port the test innodb.doublewrite from MySQL 5.7. 2016-12-20 15:03:56 +02:00
restart_and_reinit.inc