Skip to content

Commit c6b2b74

Browse files
committed
Fix Valgrind build after e7924a8
1 parent d97a26a commit c6b2b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/buf/buf0flu.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ buf_flush_insert_into_flush_list(
431431
ut_d(block->page.in_flush_list = TRUE);
432432
ut_ad(!block->page.oldest_modification);
433433
block->page.oldest_modification = lsn;
434-
UNIV_MEM_ASSERT_RW(block->page.zip
434+
UNIV_MEM_ASSERT_RW(block->page.zip.data
435435
? block->page.zip.data : block->frame,
436436
block->page.size.physical());
437437
incr_flush_list_size_in_bytes(block, buf_pool);

0 commit comments

Comments
 (0)