mariadb/storage/innobase/srv
Marko Mäkelä 0a1c3477bf MDEV-18493 Remove page_size_t
MySQL 5.7 introduced the class page_size_t and increased the size of
buffer pool page descriptors by introducing this object to them.

Maybe the intention of this exercise was to prepare for a future
where the buffer pool could accommodate multiple page sizes.
But that future never arrived, not even in MySQL 8.0. It is much
easier to manage a pool of a single page size, and typically all
storage devices of an InnoDB instance benefit from using the same
page size.

Let us remove page_size_t from MariaDB Server. This will make it
easier to remove support for ROW_FORMAT=COMPRESSED (or make it a
compile-time option) in the future, just by removing various
occurrences of zip_size.
2019-02-07 12:21:35 +02:00
..
srv0conc.cc Galera4 2019-01-23 15:30:00 +04:00
srv0mon.cc MDEV-17441 - InnoDB transition to C++11 atomics 2018-12-27 22:46:38 +04:00
srv0srv.cc MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00
srv0start.cc MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00