mariadb/storage/innobase/btr
Marko Mäkelä 361e8284f3 MDEV-20813 Assertion failure in buf_flush_init_for_writing() for innodb_immediate_scrub_data_uncompressed=ON
The assertion that was added in
commit c0c003beb4
to augment the fix of MDEV-20805 turns out to be invalid when
innodb_immediate_scrub_data_uncompressed is enabled.
In this mode, fsp_init_file_page() will be invoked on data pages
that have been freed, causing writes of almost-all-zero pages.

btr_page_free(): Adjust the comment.

buf_flush_init_for_writing(): Disable the assertion with a note
that it should be re-enabled in MDEV-15528.
2019-10-12 15:28:55 +03:00
..
btr0btr.cc MDEV-20813 Assertion failure in buf_flush_init_for_writing() for innodb_immediate_scrub_data_uncompressed=ON 2019-10-12 15:28:55 +03:00
btr0bulk.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
btr0cur.cc MDEV-20788: Bogus assertion failure for PAGE_FREE list 2019-10-10 20:29:30 +03:00
btr0defragment.cc Add page_has_prev(), page_has_next(), page_has_siblings() 2019-10-09 08:29:26 +03:00
btr0pcur.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
btr0scrub.cc dict_table_open_on_index_id(): Remove a redundant parameter 2019-08-21 11:38:33 +03:00
btr0sea.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00