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

Fix Valgrind build after e7924a85

parent d97a26a6
......@@ -431,7 +431,7 @@ buf_flush_insert_into_flush_list(
ut_d(block->page.in_flush_list = TRUE);
ut_ad(!block->page.oldest_modification);
block->page.oldest_modification = lsn;
UNIV_MEM_ASSERT_RW(block->page.zip
UNIV_MEM_ASSERT_RW(block->page.zip.data
? block->page.zip.data : block->frame,
block->page.size.physical());
incr_flush_list_size_in_bytes(block, buf_pool);
......
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