mariadb/extra
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
..
crc32-vpmsum Make MariaDB CRC32-lib platform independence (#780) 2018-06-01 14:06:01 +04:00
mariabackup MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00
readline Merge 10.0.14 into 10.1 2014-10-15 12:59:13 +02:00
yassl Fixed compiler warnings 2018-11-21 16:57:18 +02:00
charset2html.c spelling fixes 2017-03-07 13:38:06 +04:00
CMakeLists.txt Merge 10.2 into 10.3 2018-12-14 14:05:25 +02:00
comp_err.c Changed database, tablename and alias to be LEX_CSTRING 2018-01-30 21:33:55 +02:00
innochecksum.cc MDEV-18493 Remove page_size_t 2019-02-07 12:21:35 +02:00
my_print_defaults.c my_print_defaults: remove --config-file/extra-file 2018-10-31 16:06:15 +01:00
mysql_waitpid.c MDEV-8012: Wrong exit code when asking for help 2016-06-12 22:47:18 +03:00
mysqld_safe_helper.c mysqld_safe_help - remove warning 2017-04-30 15:06:01 +04:00
perror.c Changed some MySQL names in messages to MariaDB 2018-12-09 20:49:05 +02:00
replace.c cleanup: create_temp_file() 2018-05-21 16:34:10 +00:00
resolve_stack_dump.c Changed some MySQL names in messages to MariaDB 2018-12-09 20:49:05 +02:00
resolveip.c Don't give warnings from perror or resolveip with safemalloc 2018-07-29 10:56:11 +03:00