mariadb/storage/innobase/buf
Marko Mäkelä e3d3147792 MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20
When using innodb_page_size=16k, InnoDB tables
that were created in MariaDB 10.1.0 to 10.1.20 with
PAGE_COMPRESSED=1 and
PAGE_COMPRESSION_LEVEL=2 or PAGE_COMPRESSION_LEVEL=3
would fail to load.

fsp_flags_is_valid(): When using innodb_page_size=16k, use a
more strict check for .ibd files, with the assumption that
nobody would try to use different-page-size files.
2017-07-05 14:35:55 +03:00
..
buf0buddy.cc MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
buf0buf.cc Fix a merge error in commit 8f643e2063 2017-06-27 21:23:12 +03:00
buf0checksum.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
buf0dblwr.cc MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20 2017-07-05 14:35:55 +03:00
buf0dump.cc Fix some printf format type mismatch 2017-06-06 12:04:29 +03:00
buf0flu.cc Prevent interleaved error log output on InnoDB startup 2017-06-23 22:54:42 +03:00
buf0lru.cc Merge 10.1 into 10.2 2017-05-12 13:29:24 +03:00
buf0mtflu.cc MDEV-11707: Fix incorrect memset() for structures containing 2017-02-06 15:40:17 +02:00
buf0rea.cc buf_read_ibuf_merge_pages(): Discard all entries for a missing tablespace 2017-06-29 22:39:06 +03:00