mariadb/storage/innobase/fil
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
..
fil0crypt.cc Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
fil0fil.cc Remove MYSQL_COMPRESSION. 2017-01-18 08:30:42 +02:00
fil0pagecompress.cc Remove MYSQL_COMPRESSION. 2017-01-18 08:30:42 +02:00