mariadb/storage/innobase/handler
Marko Mäkelä b06e8167a7 MDEV-22627 Failing assertion: dict_tf2_is_valid(flags, flags2)
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
72378a2583 (MDEV-12873) would cause
the server to crash.
2021-10-20 16:04:29 +03:00
..
ha_innodb.cc MDEV-22627 Failing assertion: dict_tf2_is_valid(flags, flags2) 2021-10-20 16:04:29 +03:00
ha_innodb.h Cleanup: Remove handler::update_table_comment() 2021-05-27 09:31:19 +03:00
ha_xtradb.h
handler0alter.cc MDEV-20154 Assertion len <= col->len | ... failed in row_merge_buf_add 2021-07-29 12:33:05 +03:00
i_s.cc MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++ 2021-08-20 11:14:36 +03:00
i_s.h MDEV-26443 HAVE_C99_INITIALIZERS is not applicable to C++ 2021-08-20 11:14:36 +03:00