mariadb/storage
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
..
archive Optimize flush tables with read lock (FTWRL) to not wait for select's 2018-12-09 22:12:25 +02:00
blackhole Added new MDL_BACKUP locks for all backup stages 2018-12-09 22:12:27 +02:00
cassandra remove obsolete checks for -fno-implicit-templates 2018-08-12 11:37:43 +02:00
connect Fixed compiler warnings from optimized builds 2019-01-15 17:05:42 +02:00
csv Optimize flush tables with read lock (FTWRL) to not wait for select's 2018-12-09 22:12:25 +02:00
example Changed static const in Alter_info and Alter_online_info to defines 2018-03-29 13:59:40 +03:00
federated Added new MDL_BACKUP locks for all backup stages 2018-12-09 22:12:27 +02:00
federatedx MDEV-17926 FederatedX TODO is obsolete 2018-12-12 00:31:04 +01:00
heap Added new MDL_BACKUP locks for all backup stages 2018-12-09 22:12:27 +02:00
innobase MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00
maria Fixed compiler warnings from optimized builds 2019-01-15 17:05:42 +02:00
mroonga Merge 10.3 into 10.4 2018-12-18 11:33:53 +02:00
myisam MDEV-17926 FederatedX TODO is obsolete 2018-12-12 00:31:04 +01:00
myisammrg Merge 10.2 into 10.3 2018-11-06 09:40:39 +02:00
oqgraph remove obsolete checks for -fno-implicit-templates 2018-08-12 11:37:43 +02:00
perfschema MDEV-18400 - Move shutdown handling to main thread 2019-01-29 11:56:35 +04:00
rocksdb Merge branch '10.3' into 10.4 2019-01-26 01:13:41 +01:00
sequence Changing field::field_name and Item::name to LEX_CSTRING 2017-04-23 22:35:46 +03:00
sphinx Merge 10.3 into 10.4 2018-08-16 10:08:30 +03:00
spider Merge 10.3 into 10.4 2019-02-05 12:48:02 +02:00
test_sql_discovery Merge bb-10.2-ext into 10.3 2017-09-21 08:12:19 +03:00
tokudb Fix test result differences 2019-01-07 07:38:56 +02:00