mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
78153cf641
to tables in the system tablespace This is a regression caused by MDEV-11585, which accidentally changed Tablespace::is_undo_tablespace() in an incorrect way, causing the InnoDB system tablespace to be reported as a dedicated undo tablespace, for which the change buffer is not applicable. Tablespace::is_undo_tablespace(): Remove. There were only 2 calls from the function buf_page_io_complete(). Replace those calls as appropriate. Also, merge changes to tablespace import/export tests from MySQL 5.7, and clean up the tests a little further, allowing them to be run with any innodb_page_size. Remove duplicated error injection instrumentation for the import/export tests. In MySQL 5.7, the error injection label buf_page_is_corrupt_failure was renamed to buf_page_import_corrupt_failure. fil_space_extend_must_retry(): Correct a debug assertion (tablespaces can be extended during IMPORT), and remove a TODO comment about compressed temporary tables that was already addressed in MDEV-11816. dict_build_tablespace_for_table(): Correct a comment that no longer holds after MDEV-11816, and assert that ROW_FORMAT=COMPRESSED can only be used in .ibd files. |
||
---|---|---|
.. | ||
4k.result | ||
8k.result | ||
16k.result | ||
bug36169.result | ||
bug36172.result | ||
bug52745.result | ||
bug53591.result | ||
bug56680.result | ||
cmp_drop_table.result | ||
cmp_per_index.result | ||
create_options.result | ||
index_large_prefix.result | ||
index_large_prefix_4k.result | ||
index_large_prefix_8k.result | ||
innochecksum.result | ||
innochecksum_2.result | ||
innochecksum_3.result | ||
innodb-zip.result | ||
innodb_bug36169.result | ||
innodb_bug36172.result | ||
innodb_bug52745.result | ||
innodb_bug53591.result | ||
innodb_bug56680.result | ||
innodb_cmp_drop_table.result | ||
innodb_index_large_prefix.result | ||
large_blob.result | ||
restart.result | ||
wl5522_debug_zip.result | ||
wl5522_zip.result | ||
wl6344_compress_level.result | ||
wl6347_comp_indx_stat.result | ||
wl6501_1.result | ||
wl6501_crash_3.result | ||
wl6501_crash_4.result | ||
wl6501_crash_5.result | ||
wl6501_scale_1.result |