mariadb/storage/innobase/buf
Marko Mäkelä 1eabad5dbe Remove MYSQL_COMPRESSION.
The MariaDB 10.1 page_compression is incompatible with the Oracle
implementation that was introduced in MySQL 5.7 later.

Remove the Oracle implementation. Also remove the remaining traces of
MYSQL_ENCRYPTION.

This will also remove traces of PUNCH_HOLE until it is implemented
better. The only effective call to os_file_punch_hole() was in
fil_node_create_low() to test if the operation is supported for the file.

In other words, it looks like page_compression is not working in
MariaDB 10.2, because no code equivalent to the 10.1 os_file_trim()
is enabled.
2017-01-18 08:30:42 +02:00
..
buf0buddy.cc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
buf0buf.cc Remove MYSQL_COMPRESSION. 2017-01-18 08:30:42 +02:00
buf0checksum.cc Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
buf0dblwr.cc Remove MYSQL_COMPRESSION. 2017-01-18 08:30:42 +02:00
buf0dump.cc Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
buf0flu.cc Follow-up to MDEV-11713: Make more use of DBUG_LOG 2017-01-12 13:47:18 +02:00
buf0lru.cc Fix InnoDB compilation warnings. 2017-01-05 11:49:00 +02:00
buf0mtflu.cc Fix InnoDB compilation warnings. 2017-01-05 11:49:00 +02:00
buf0rea.cc MDEV-10908: innodb_zip.bug56680 fails in buildbot with InnoDB: Failing assertion: bpage->id.space() == page_id.space() 2016-09-30 08:45:51 +03:00