mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
b06e8167a7
create_table_info_t::innobase_table_flags(): Refuse to create
a PAGE_COMPRESSED table with PAGE_COMPRESSION_LEVEL=0 if also
innodb_compression_level=0.
The parameter value innodb_compression_level=0 was only somewhat
meaningful for testing or debugging ROW_FORMAT=COMPRESSED tables.
For the page_compressed format, it never made any sense, and the
check in dict_tf_is_valid_not_redundant() that was added in
|
||
---|---|---|
.. | ||
ha_innodb.cc | ||
ha_innodb.h | ||
ha_xtradb.h | ||
handler0alter.cc | ||
i_s.cc | ||
i_s.h |