Commit f4f8dd69 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-18493: Correct a bogus assertion

parent 0a1c3477
......@@ -4889,7 +4889,7 @@ buf_page_optimistic_get(
buf_page_make_young_if_needed(&block->page);
ut_ad(!ibuf_inside(mtr)
|| ibuf_page(block->page.id, block->physical_size(), NULL));
|| ibuf_page(block->page.id, block->zip_size(), NULL));
mtr_memo_type_t fix_type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment