mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
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.
This commit is contained in:
parent
70c11485d2
commit
1eabad5dbe
28 changed files with 113 additions and 2382 deletions
|
|
@ -373,9 +373,6 @@ row_create_table_for_mysql(
|
|||
dict_table_t* table, /*!< in, own: table definition
|
||||
(will be freed, or on DB_SUCCESS
|
||||
added to the data dictionary cache) */
|
||||
const char* compression,
|
||||
/*!< in: compression algorithm to use,
|
||||
can be NULL */
|
||||
trx_t* trx, /*!< in/out: transaction */
|
||||
bool commit, /*!< in: if true, commit the transaction */
|
||||
fil_encryption_t mode, /*!< in: encryption mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue